Make WordPress Core


Ignore:
Timestamp:
06/10/2020 09:32:30 PM (6 years ago)
Author:
desrosj
Message:

WordPress 4.6.19.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.6/src/wp-admin/about.php

    r47696 r47997  
    6666                                        /* translators: %s: WordPress version number */
    6767                                        __( '<strong>Version %s</strong> addressed some security issues.' ),
     68                                        '4.6.19'
     69                                );
     70                                ?>
     71                                <?php
     72                                printf(
     73                                        /* translators: %s: HelpHub URL */
     74                                        __( 'For more information, see <a href="%s">the release notes</a>.' ),
     75                                        sprintf(
     76                                                /* translators: %s: WordPress version */
     77                                                esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
     78                                                sanitize_title( '4.6.19' )
     79                                        )
     80                                );
     81                                ?>
     82                        </p>
     83                        <p>
     84                                <?php
     85                                printf(
     86                                        /* translators: %s: WordPress version number */
     87                                        __( '<strong>Version %s</strong> addressed some security issues.' ),
    6888                                        '4.6.18'
    6989                                );
     
    7494                                        __( 'For more information, see <a href="%s">the release notes</a>.' ),
    7595                                        sprintf(
    76                                         /* translators: %s: WordPress version */
     96                                                /* translators: %s: WordPress version */
    7797                                                esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
    7898                                                sanitize_title( '4.6.18' )
     
    94114                                        __( 'For more information, see <a href="%s">the release notes</a>.' ),
    95115                                        sprintf(
    96                                         /* translators: %s: WordPress version */
     116                                                /* translators: %s: WordPress version */
    97117                                                esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
    98118                                                sanitize_title( '4.6.17' )
     
    114134                                        __( 'For more information, see <a href="%s">the release notes</a>.' ),
    115135                                        sprintf(
    116                                         /* translators: %s: WordPress version */
     136                                                /* translators: %s: WordPress version */
    117137                                                esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
    118138                                                sanitize_title( '4.6.16' )
     
    124144                                <?php
    125145                                printf(
    126                                 /* translators: %s: WordPress version number */
     146                                        /* translators: %s: WordPress version number */
    127147                                        __( '<strong>Version %s</strong> addressed some security issues.' ),
    128148                                        '4.6.15'
     
    131151                                <?php
    132152                                printf(
    133                                 /* translators: %s: HelpHub URL */
    134                                         __( 'For more information, see <a href="%s">the release notes</a>.' ),
    135                                         sprintf(
    136                                         /* translators: %s: WordPress version */
     153                                        /* translators: %s: HelpHub URL */
     154                                        __( 'For more information, see <a href="%s">the release notes</a>.' ),
     155                                        sprintf(
     156                                                /* translators: %s: WordPress version */
    137157                                                esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
    138158                                                sanitize_title( '4.6.15' )
Note: See TracChangeset for help on using the changeset viewer.