Making WordPress.org

Changeset 2297


Ignore:
Timestamp:
01/15/2016 11:47:16 AM (10 years ago)
Author:
ocean90
Message:

WordPress.org Themes: Use correct closing tag.

File:
1 edited

Legend:

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

    r2094 r2297  
    3939                <div class="theme-meta-info">
    4040                    <p class="updated"><?php printf( __( 'Last updated: %s', 'wporg-themes' ), '<strong>{{ data.last_updated }}</strong>' ); ?></p>
    41                     <p class="active_installs"><?php printf( __( 'Active Installs: %s', 'wporg-themes' ), '<strong>{{ data.active_installs }}</p>' ); ?></p>
     41                    <p class="active_installs"><?php printf( __( 'Active Installs: %s', 'wporg-themes' ), '<strong>{{ data.active_installs }}</strong>' ); ?></p>
    4242                    <# if ( data.theme_url ) { #>
    4343                    <a href="{{ data.theme_url }}"><?php _e( 'Theme Homepage', 'wporg-themes' ); ?></a>
Note: See TracChangeset for help on using the changeset viewer.