Make WordPress Core


Ignore:
Timestamp:
06/23/2017 11:59:23 PM (7 years ago)
Author:
westonruter
Message:

Widgets: Rename "HTML Code" widget to "Custom HTML" widget.

Correspondingly renames files, ID base from html_code to custom_html, and the filter from widget_html_code_content to widget_custom_html_content.

See #40907.

File:
1 edited

Legend:

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

    r40893 r40926  
    14751475    register_widget( 'WP_Nav_Menu_Widget' );
    14761476
    1477     register_widget( 'WP_Widget_HTML_Code' );
     1477    register_widget( 'WP_Widget_Custom_HTML' );
    14781478
    14791479    /**
Note: See TracChangeset for help on using the changeset viewer.