Changeset 1407 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
- Timestamp:
- 03/17/2015 06:34:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
r1397 r1407 156 156 $authoruri = $this->theme->get( 'AuthorURI' ); 157 157 if ( !empty( $themeuri ) && !empty( $authoruri ) && $themeuri == $authoruri ) { 158 return __( 'Duplicate theme and author URLs. A theme URL is a page/site th eprovides details about this specific theme. An author URL is a page/site that provides information about the author of the theme. You aren’t required to provide both, so pick the one that best applies to your URL.', 'wporg-themes' );158 return __( 'Duplicate theme and author URLs. A theme URL is a page/site that provides details about this specific theme. An author URL is a page/site that provides information about the author of the theme. You aren’t required to provide both, so pick the one that best applies to your URL.', 'wporg-themes' ); 159 159 } 160 160
Note: See TracChangeset
for help on using the changeset viewer.