Ticket #44360: 44360.wp-includes.bookmark-template.php.patch
File 44360.wp-includes.bookmark-template.php.patch, 496 bytes (added by , 7 years ago) |
---|
-
src/wp-includes/bookmark-template.php
86 86 if ( '00' != substr( $bookmark->link_updated_f, 0, 2 ) ) { 87 87 $title .= ' ('; 88 88 $title .= sprintf( 89 /* translators: %s: link updated date */ 89 90 __( 'Last updated: %s' ), 90 91 date( 91 92 get_option( 'links_updated_date_format' ),