Changeset 7196 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-meta.php
- Timestamp:
- 05/12/2018 10:21:04 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
r7195 r7196 72 72 __( 'Last updated: %s', 'wporg-plugins' ), 73 73 /* translators: %s: time since the last update */ 74 '<strong>' . wp_kses( sprintf( __( '%s ago', 'wporg-plugins' ), '<span>' . human_time_diff( $modified_time ) . '</span>' , array( 'span' => true )) ) . '</strong>'74 '<strong>' . wp_kses( sprintf( __( '%s ago', 'wporg-plugins' ), '<span>' . human_time_diff( $modified_time ) . '</span>' ), array( 'span' => true ) ) . '</strong>' 75 75 ); 76 76 ?>
Note: See TracChangeset
for help on using the changeset viewer.