Changeset 34458
- Timestamp:
- 09/23/2015 03:09:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r34365 r34458 458 458 459 459 $date_format = __( 'M j, Y @ H:i' ); 460 $last_updated_timestamp = strtotime( $api->last_updated ); 460 461 if ( ! empty( $api->last_updated ) ) { 462 $last_updated_timestamp = strtotime( $api->last_updated ); 463 } 464 461 465 ?> 462 466 <div id="<?php echo $_tab; ?>-content" class='<?php echo $_with_banner; ?>'>
Note: See TracChangeset
for help on using the changeset viewer.