Make WordPress Core


Ignore:
Timestamp:
05/16/2023 03:40:27 PM (3 years ago)
Author:
audrasjb
Message:

Grouped backports to the 5.6 branch.

  • Media: Prevent CSRF setting attachment thumbnails.
  • Embeds: Add protocol validation for WordPress Embed code.
  • I18N: Introduce sanitization function for locale.
  • Editor: Ensure block comments are of a valid form.

Merges [55760-55764] to the 5.6 branch.
Props dd32, isabel_brison, martinkrcho, matveb, ocean90, paulkevan, peterwilsoncc, timothyblynjacobs, xknown, youknowriad.

File:
1 edited

Legend:

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

    r55376 r55781  
    8080                                                /* translators: %s: WordPress version number */
    8181                                                __( '<strong>Version %s</strong> addressed some security issues.' ),
     82                                                '5.6.11'
     83                                        );
     84                                        ?>
     85                                        <?php
     86                                        printf(
     87                                                /* translators: %s: HelpHub URL */
     88                                                __( 'For more information, see <a href="%s">the release notes</a>.' ),
     89                                                sprintf(
     90                                                        /* translators: %s: WordPress version */
     91                                                        esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
     92                                                        sanitize_title( '5.6.11' )
     93                                                )
     94                                        );
     95                                        ?>
     96                                </p>
     97                                <p>
     98                                        <?php
     99                                        printf(
     100                                                /* translators: %s: WordPress version number */
     101                                                __( '<strong>Version %s</strong> addressed some security issues.' ),
    82102                                                '5.6.10'
    83103                                        );
Note: See TracChangeset for help on using the changeset viewer.