Making WordPress.org


Ignore:
Timestamp:
03/17/2015 06:34:34 PM (10 years ago)
Author:
obenland
Message:

WP.org Themes: Fix a typo.

Props deconf.
See https://wordpress.slack.com/archives/polyglots/p1426616029000809

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  
    156156        $authoruri = $this->theme->get( 'AuthorURI' );
    157157        if ( !empty( $themeuri ) && !empty( $authoruri ) && $themeuri == $authoruri ) {
    158             return __( 'Duplicate theme and author URLs. A theme URL is a page/site the 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' );
     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' );
    159159        }
    160160
Note: See TracChangeset for help on using the changeset viewer.