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. Built from https://develop.svn.wordpress.org/trunk@40926 git-svn-id: http://core.svn.wordpress.org/trunk@40776 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -61,5 +61,5 @@ require_once( ABSPATH . WPINC . '/widgets/class-wp-widget-tag-cloud.php' );
|
||||
/** WP_Nav_Menu_Widget class */
|
||||
require_once( ABSPATH . WPINC . '/widgets/class-wp-nav-menu-widget.php' );
|
||||
|
||||
/** WP_Widget_HTML_Code class */
|
||||
require_once( ABSPATH . WPINC . '/widgets/class-wp-widget-html-code.php' );
|
||||
/** WP_Widget_Custom_HTML class */
|
||||
require_once( ABSPATH . WPINC . '/widgets/class-wp-widget-custom-html.php' );
|
||||
|
||||
Reference in New Issue
Block a user