Make WordPress Core

Changeset 46755


Ignore:
Timestamp:
11/21/2019 12:06:32 AM (5 years ago)
Author:
SergeyBiryukov
Message:

I18N: Correct translator comment for By %s string in Plugins list table.

Follow-up to [44541].

See #45898.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-plugins-list-table.php

    r45932 r46755  
    903903                            $author = '<a href="' . $plugin_data['AuthorURI'] . '">' . $plugin_data['Author'] . '</a>';
    904904                        }
    905                         /* translators: %s: Plugin version number. */
     905                        /* translators: %s: Plugin author name. */
    906906                        $plugin_meta[] = sprintf( __( 'By %s' ), $author );
    907907                    }
Note: See TracChangeset for help on using the changeset viewer.