Changeset 10123
- Timestamp:
- 08/06/2020 07:58:20 AM (5 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
r10024 r10123 224 224 return new \WP_Error( 225 225 '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 URIsmust 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' ) 227 227 ); 228 228 }
Note: See TracChangeset
for help on using the changeset viewer.