Making WordPress.org


Ignore:
Timestamp:
02/11/2015 07:02:21 PM (10 years ago)
Author:
obenland
Message:

WP.org Themes: Add a link to the author's WP.org profiles page.

See #852.

File:
1 edited

Legend:

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

    r1249 r1253  
    3434                    ?>
    3535                </span>
    36                 <h4 class="theme-author"><?php printf( __( 'By %s' ), '<span class="author">' . $theme->author . '</span>' ); ?></h4>
     36                <h4 class="theme-author"><?php printf( __( 'By %s' ), sprintf( '<a href="https://profiles.wordpress.org/%s"><span class="author">%s</span><a/>', $theme->author ) ); ?></h4>
    3737
    3838                <div class="theme-description entry-summary"><?php the_content(); ?></div>
Note: See TracChangeset for help on using the changeset viewer.