Making WordPress.org


Ignore:
Timestamp:
04/16/2015 02:42:04 AM (10 years ago)
Author:
dd32
Message:

Theme Directory: Merge some similar strings.
Props SergeyBiryukov for one of them, Fixes #992

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/content-single.php

    r1479 r1481  
    2222            <h3 class="theme-name entry-title" itemprop="name"><?php the_title(); ?></h3>
    2323            <h4 class="theme-author">
    24                 <?php printf( _x( 'by %s', 'post author', 'wporg-themes' ), sprintf( '<a href="https://wordpress.org/themes/author/%s/"><span class="author" itemprop="author">%s</span></a>', get_the_author_meta( 'nicename' ), esc_html( get_the_author() ) ) ); ?>
     24                <?php printf( _x( 'By %s', 'theme author', 'wporg-themes' ), sprintf( '<a href="https://wordpress.org/themes/author/%s/"><span class="author" itemprop="author">%s</span></a>', get_the_author_meta( 'nicename' ), esc_html( get_the_author() ) ) ); ?>
    2525            </h4>
    2626        </div>
Note: See TracChangeset for help on using the changeset viewer.