Changeset 5401
- Timestamp:
- 04/20/2017 04:14:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php
r5392 r5401 89 89 if ( $this->has_reserved_slug() ) { 90 90 /* translators: 1: plugin slug, 2: 'Plugin Name:' */ 91 return sprintf( __( 'Sorry, the plugin name %1 %s is reserved for use by WordPress. Please change the %2$s line in your main plugin file and upload it again.', 'wporg-plugins' ),91 return sprintf( __( 'Sorry, the plugin name %1$s is reserved for use by WordPress. Please change the %2$s line in your main plugin file and upload it again.', 'wporg-plugins' ), 92 92 '<code>' . $this->plugin_slug . '</code>', 93 93 '<code>Plugin Name:</code>'
Note: See TracChangeset
for help on using the changeset viewer.