Making WordPress.org


Ignore:
Timestamp:
12/20/2018 01:46:21 AM (6 years ago)
Author:
dd32
Message:

Theme Directory: Installs still isn't a noun.

H/t johnbillion.
Fixes #4017.

File:
1 edited

Legend:

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

    r7448 r7996  
    4040                    <p class="version"><?php printf( __( 'Version: %s', 'wporg-themes' ), '<strong>{{ data.version }}</strong>' ); ?></p>
    4141                    <p class="updated"><?php printf( __( 'Last updated: %s', 'wporg-themes' ), '<strong>{{ data.last_updated }}</strong>' ); ?></p>
    42                     <p class="active_installs"><?php printf( __( 'Active Installs: %s', 'wporg-themes' ), '<strong>{{ data.active_installs }}</strong>' ); ?></p>
     42                    <p class="active_installs"><?php printf( __( 'Active Installations: %s', 'wporg-themes' ), '<strong>{{ data.active_installs }}</strong>' ); ?></p>
    4343                    <# if ( data.theme_url ) { #>
    4444                    <a href="{{ data.theme_url }}"><?php _e( 'Theme Homepage', 'wporg-themes' ); ?></a>
Note: See TracChangeset for help on using the changeset viewer.