Making WordPress.org


Ignore:
Timestamp:
02/11/2015 07:02:21 PM (11 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/view-templates/theme-single.php

    r1249 r1253  
    3434                        <?php printf( __( 'Version: %s' ), sprintf( '<abbr title="%1$s">%2$s</abbr>', esc_attr( sprintf( __( 'Last updated: %s' ), '{{ new Date(data.last_updated).toLocaleDateString() }}' ) ), '{{{ data.version }}}' ) ); ?>
    3535                    </span>
    36                     <h4 class="theme-author"><?php printf( __( 'By %s' ), '<span class="author">{{{ data.author }}}</span>' ); ?></h4>
     36                    <h4 class="theme-author"><?php printf( __( 'By %s' ), '<a href="https://profiles.wordpress.org/{{ data.author }}"><span class="author">{{{ data.author }}}</span></a>' ); ?></h4>
    3737
    3838                    <p class="theme-description entry-summary">{{{ data.description }}}</p>
Note: See TracChangeset for help on using the changeset viewer.