Changeset 6027 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-meta.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/plugins/plugin-directory/widgets/class-meta.php
r5928 r6027 49 49 ?> 50 50 </li> 51 <li><?php printf( __( 'Active install s: %s', 'wporg-plugins' ), '<strong>' . Template::active_installs( false ) . '</strong>' ); ?></li>51 <li><?php printf( __( 'Active installations: %s', 'wporg-plugins' ), '<strong>' . Template::active_installs( false ) . '</strong>' ); ?></li> 52 52 53 53 <?php if ( $requires = (string) get_post_meta( $post->ID, 'requires', true ) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.