Changeset 5566 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-meta.php
- Timestamp:
- 06/15/2017 09:29:28 AM (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
r5457 r5566 50 50 <li><?php printf( __( 'Active installs: %s', 'wporg-plugins' ), '<strong>' . Template::active_installs( false ) . '</strong>' ); ?></li> 51 51 52 <?php if ( $requires = (string) get_post_meta( $post->ID, 'requires', true ) ) : ?> 53 <li><?php 54 _e( 'Requires WordPress Version:', 'wporg-plugins' ); 55 echo '<strong>' . esc_html( $requires ) . '</strong>'; 56 ?></li> 57 <?php endif; ?> 58 59 60 52 61 <?php if ( $tested_up_to = (string) get_post_meta( $post->ID, 'tested', true ) ) : ?> 53 62 <li><?php printf( __( 'Tested up to: %s', 'wporg-plugins' ), '<strong>' . $tested_up_to . '</strong>' ); ?></li>
Note: See TracChangeset
for help on using the changeset viewer.