Changeset 43029 for branches/4.9/src/wp-admin/includes/plugin-install.php
- Timestamp:
- 04/29/2018 10:51:01 PM (8 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/plugin-install.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/includes/plugin-install.php
r42524 r43029 585 585 <strong><?php _e( 'Requires WordPress Version:' ); ?></strong> 586 586 <?php 587 /* translators: %s: WordPress version*/587 /* translators: %s: version number */ 588 588 printf( __( '%s or higher' ), $api->requires ); 589 589 ?> … … 591 591 <?php } if ( ! empty( $api->tested ) ) { ?> 592 592 <li><strong><?php _e( 'Compatible up to:' ); ?></strong> <?php echo $api->tested; ?></li> 593 <?php } if ( ! empty( $api->requires_php ) ) { ?> 594 <li> 595 <strong><?php _e( 'Requires PHP Version:' ); ?></strong> 596 <?php 597 /* translators: %s: version number */ 598 printf( __( '%s or higher' ), $api->requires_php ); 599 ?> 600 </li> 593 601 <?php } if ( isset( $api->active_installs ) ) { ?> 594 602 <li><strong><?php _e( 'Active Installations:' ); ?></strong> <?php
Note: See TracChangeset
for help on using the changeset viewer.