Making WordPress.org


Ignore:
Timestamp:
02/11/2015 07:08:22 PM (10 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/content-single.php

    r1253 r1254  
    2424            <div class="hentry">
    2525                <h3 class="theme-name entry-title"><?php the_title(); ?></h3>
    26                 <span class="theme-version">
    27                     <?php
    28                         printf( __( 'Version: %s' ),
    29                             sprintf( '<abbr title="%1$s">%2$s</abbr>',
    30                                 esc_attr( sprintf( __( 'Last updated: %s' ), date_i18n( get_option( 'date_format' ), strtotime( $theme->last_updated ) ) ) ),
    31                                 $theme->version
    32                             )
    33                         );
    34                     ?>
    35                 </span>
    3626                <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>
    3727
Note: See TracChangeset for help on using the changeset viewer.