Make WordPress Core

Ticket #44360: 44360.wp-includes.bookmark-template.php.patch

File 44360.wp-includes.bookmark-template.php.patch, 496 bytes (added by chandrapatel, 7 years ago)

Add translators comment in /wp-includes/bookmark-template.php file.

  • src/wp-includes/bookmark-template.php

     
    8686                        if ( '00' != substr( $bookmark->link_updated_f, 0, 2 ) ) {
    8787                                $title .= ' (';
    8888                                $title .= sprintf(
     89                                        /* translators: %s: link updated date */
    8990                                        __( 'Last updated: %s' ),
    9091                                        date(
    9192                                                get_option( 'links_updated_date_format' ),