Making WordPress.org

Changeset 5401


Ignore:
Timestamp:
04/20/2017 04:14:47 PM (7 years ago)
Author:
ocean90
Message:

Plugin Directory: Use correct placeholder.

See #2757.

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  
    8989        if ( $this->has_reserved_slug() ) {
    9090            /* 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' ),
    9292                '<code>' . $this->plugin_slug . '</code>',
    9393                '<code>Plugin Name:</code>'
Note: See TracChangeset for help on using the changeset viewer.