Making WordPress.org


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

WP.org Themes: Remove version information.

We'll find a better place for the last-updated information.

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

    r1253 r1254  
    3131                <div class="theme hentry">
    3232                    <h3 class="theme-name entry-title">{{{ data.name }}}</h3>
    33                     <span class="theme-version">
    34                         <?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 }}}' ) ); ?>
    35                     </span>
    3633                    <h4 class="theme-author"><?php printf( __( 'By %s' ), '<a href="https://profiles.wordpress.org/{{ data.author }}"><span class="author">{{{ data.author }}}</span></a>' ); ?></h4>
    3734
Note: See TracChangeset for help on using the changeset viewer.