Changeset 6027 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin.php
- Timestamp:
- 10/13/2017 11:56:23 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin.php
r5225 r6027 34 34 </span> 35 35 <span class="active-installs"> 36 <i class="dashicons dashicons-chart-area"></i> <?php printf( __( '%s active install s', 'wporg-plugins' ), Template::active_installs(false) ); ?>36 <i class="dashicons dashicons-chart-area"></i> <?php printf( __( '%s active installations', 'wporg-plugins' ), Template::active_installs(false) ); ?> 37 37 </span> 38 38 <span class="tested-with">
Note: See TracChangeset
for help on using the changeset viewer.