Making WordPress.org

Changeset 10123


Ignore:
Timestamp:
08/06/2020 07:58:20 AM (5 years ago)
Author:
dd32
Message:

Plugin Directory: Clarify the author-uri matches plugin-uri error message.

Props Ipstenu.
Fixes #5355.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php

    r10024 r10123  
    224224            return new \WP_Error(
    225225                'plugin_author_uri', $error . ' ' .
    226                 __( 'A plugin URI (Uniform Resource Identifier) is a webpage that provides details about this specific plugin. An author URI is a webpage that provides information about the author of the plugin. Those two URIs must be different. You are not required to provide both, so pick the one that best applies to your situation.', 'wporg-plugins' )
     226                __( 'Your plugin headers in the main plugin file headers have the same value for both the plugin and author URI (Uniform Resource Identifier). A plugin URI is a webpage that provides details about this specific plugin. An author URI is a webpage that provides information about the author of the plugin. Those two must be different. You are not required to provide both, so pick the one that best applies to your situation.', 'wporg-plugins' )
    227227            );
    228228        }
Note: See TracChangeset for help on using the changeset viewer.