Making WordPress.org


Ignore:
Timestamp:
03/16/2019 11:14:40 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Plugin Directory: Upload: Correct explanation of the URI acronym.

Props tobifjellner.
See #4293.

File:
1 edited

Legend:

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

    r8471 r8472  
    179179            return new \WP_Error(
    180180                'plugin_author_uri', $error . ' ' .
    181                 __( 'A plugin URI (Unique Record Indicator) 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' )
     181                __( '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' )
    182182            );
    183183        }
Note: See TracChangeset for help on using the changeset viewer.