Make WordPress Core


Ignore:
Timestamp:
06/08/2021 10:16:03 PM (4 years ago)
Author:
whyisjake
Message:

Widgets: Ensure that HTML entities are converted in widget descriptions.

Fixes #53138.

Props justinahinon, audrasjb.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/widgets/class-wp-widget-meta.php

    r50995 r51114  
    2727        $widget_ops = array(
    2828            'classname'                   => 'widget_meta',
    29             'description'                 => __( 'Login, RSS, & WordPress.org links.' ),
     29            'description'                 => html_entity_decode( __( 'Login, RSS, & WordPress.org links.' ) ),
    3030            'customize_selective_refresh' => true,
    3131            'show_instance_in_rest'       => true,
Note: See TracChangeset for help on using the changeset viewer.