Changeset 31862 for trunk/src/wp-admin/includes/plugin-install.php
- Timestamp:
- 03/23/2015 02:13:50 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r31829 r31862 441 441 echo "</div>\n"; 442 442 443 $date_format = __( 'M j, Y @ G:i' );443 $date_format = __( 'M j, Y @ H:i' ); 444 444 $last_updated_timestamp = strtotime( $api->last_updated ); 445 445 ?>
Note: See TracChangeset
for help on using the changeset viewer.