Make WordPress Core


Ignore:
Timestamp:
09/08/2021 09:22:31 PM (3 years ago)
Author:
desrosj
Message:

Grouped merges for 5.0.14.

  • Update lodash to the latest version 4.17.21.
  • Disable some attributes for rich text.
  • Use hashed/deterministic moduleIDs in webpack config.

Props ellatrix, peterwilsoncc, get_dave, mcsf, talldanwp, youknowriad, desrosj, nerrad, gziolo.
Merges [50940-50941,50984-50985,51426] to the 5.0 branch.

Location:
branches/5.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0

  • branches/5.0/src/wp-admin/about.php

    r50876 r51758  
    6363        <div class="changelog point-releases">
    6464            <h3><?php _e( 'Maintenance and Security Releases' ); ?></h3>
     65            <p>
     66                <?php
     67                printf(
     68                    /* translators: %s: WordPress version number */
     69                    __( '<strong>Version %s</strong> addressed some security issues.' ),
     70                    '5.0.14'
     71                );
     72                ?>
     73                <?php
     74                printf(
     75                    /* translators: %s: HelpHub URL */
     76                    __( 'For more information, see <a href="%s">the release notes</a>.' ),
     77                    sprintf(
     78                        /* translators: %s: WordPress version */
     79                        esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
     80                        sanitize_title( '5.0.14' )
     81                    )
     82                );
     83                ?>
     84            </p>
    6585            <p>
    6686                <?php
Note: See TracChangeset for help on using the changeset viewer.