Ticket #35050: 35050.2.patch
File 35050.2.patch, 908 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/includes/class-wp-plugin-install-list-table.php
529 529 <span class="num-ratings">(<?php echo number_format_i18n( $plugin['num_ratings'] ); ?>)</span> 530 530 </div> 531 531 <div class="column-updated"> 532 <strong><?php _e( 'Last Updated:' ); ?></strong> <?php printf( __( '%s ago' ), human_time_diff( $last_updated_timestamp ) ); ?> 532 <strong><?php _e( 'Last Updated:' ); ?></strong> <abbr title="<?php echo esc_attr( date_i18n( $date_format, $last_updated_timestamp ) ); ?>"> 533 <?php printf( __( '%s ago' ), human_time_diff( $last_updated_timestamp ) ); ?> 534 </abbr> 533 535 </div> 534 536 <div class="column-downloaded"> 535 537 <?php