wordpress-develop/tests/phpunit/tests/widgets
Weston Ruter d29e68fbda 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.


git-svn-id: https://develop.svn.wordpress.org/trunk@40926 602fd350-edb4-49c9-b593-d223f7449a82
2017-06-23 23:59:23 +00:00
..
custom-html-widget.php Widgets: Rename "HTML Code" widget to "Custom HTML" widget. 2017-06-23 23:59:23 +00:00
media-audio-widget.php Widgets: Introduce media widgets for images, audio, and video with extensible base for additional media widgets in the future. 2017-05-11 21:10:54 +00:00
media-image-widget.php Widgets: Remove image sizes generated during media widget phpunit tests from being version controlled. 2017-05-15 22:58:03 +00:00
media-video-widget.php Widgets: Introduce media widgets for images, audio, and video with extensible base for additional media widgets in the future. 2017-05-11 21:10:54 +00:00
media-widget.php Widgets: Remove image sizes generated during media widget phpunit tests from being version controlled. 2017-05-15 22:58:03 +00:00
text-widget.php Widgets: Ensure return value of widget_text filter is not dropped but passed into widget_text_content filter for rendering. 2017-05-15 22:35:41 +00:00