Skip to content

Commit 4a886f0

Browse files
committed
fix(metabox): move translators comment above __()
The WordPress plugin checker requires the translators comment on the line directly above the __() call.
1 parent ed14c9a commit 4a886f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/MslsMetaBox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,8 @@ public function render_input(): void {
387387
private function get_create_new_link( MslsAdminIcon $icon, string $language, string $extra_attrs = '' ): string {
388388
$href = $icon->get_edit_new();
389389

390-
/* translators: %s: language code */
391390
$title = sprintf(
391+
/* translators: %s: language code */
392392
__( 'Create a new translation in the %s-blog', 'multisite-language-switcher' ),
393393
$language
394394
);

0 commit comments

Comments
 (0)