Making WordPress.org


Ignore:
Timestamp:
08/03/2017 04:56:05 PM (8 years ago)
Author:
coffee2code
Message:

Theme Directory: Show theme version on single theme pages.

Props igmoweb, coffee2code.
Fixes #1609.

File:
1 edited

Legend:

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

    r4896 r5740  
    3838
    3939                <div class="theme-meta-info">
     40                    <p class="version"><?php printf( __( 'Version: %s', 'wporg-themes' ), '<strong>{{ data.version }}</strong>' ); ?></p>
    4041                    <p class="updated"><?php printf( __( 'Last updated: %s', 'wporg-themes' ), '<strong>{{ data.last_updated }}</strong>' ); ?></p>
    4142                    <p class="active_installs"><?php printf( __( 'Active Installs: %s', 'wporg-themes' ), '<strong>{{ data.active_installs }}</strong>' ); ?></p>
Note: See TracChangeset for help on using the changeset viewer.