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/theme-single.php

    r7448 r7996  
    5757                        }
    5858                    ?>
    59                     <p class="active_installs"><?php printf( __( 'Active Installs: %s', 'wporg-themes' ), '<strong>' . $active_installs . '</strong>' ); ?></p>
     59                    <p class="active_installs"><?php printf( __( 'Active Installations: %s', 'wporg-themes' ), '<strong>' . $active_installs . '</strong>' ); ?></p>
    6060                    <?php if ( $theme->theme_url ) { ?>
    6161                    <a href="<?php echo esc_url( $theme->theme_url ); ?>"><?php _e( 'Theme Homepage', 'wporg-themes' ); ?></a>
Note: See TracChangeset for help on using the changeset viewer.