Skip to content

Commit

Permalink
I18N: Correct translator comment for By %s string in Plugins list t…
Browse files Browse the repository at this point in the history
…able.

Follow-up to [44541].

See #45898.

git-svn-id: https://develop.svn.wordpress.org/trunk@46755 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Nov 21, 2019
1 parent 3b54ab3 commit 065a181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-admin/includes/class-wp-plugins-list-table.php
Expand Up @@ -902,7 +902,7 @@ public function single_row( $item ) {
if ( ! empty( $plugin_data['AuthorURI'] ) ) {
$author = '<a href="' . $plugin_data['AuthorURI'] . '">' . $plugin_data['Author'] . '</a>';
}
/* translators: %s: Plugin version number. */
/* translators: %s: Plugin author name. */
$plugin_meta[] = sprintf( __( 'By %s' ), $author );
}

Expand Down

0 comments on commit 065a181

Please sign in to comment.