Make WordPress Core


Ignore:
Timestamp:
06/09/2017 11:53:27 PM (8 years ago)
Author:
westonruter
Message:

Widgets: Add widget dedicated for HTML Code, taking over this role of the Text widget.

Props westonruter, timmydcrawford.
See #40951, #35243.
Fixes #40907.

File:
1 edited

Legend:

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

    r40675 r40893  
    2626        $widget_ops = array(
    2727            'classname' => 'widget_text',
    28             'description' => __( 'Arbitrary text or HTML.' ),
     28            'description' => __( 'Arbitrary text.' ),
    2929            'customize_selective_refresh' => true,
    3030        );
Note: See TracChangeset for help on using the changeset viewer.