WordPress/wp-includes/widgets
Weston Ruter aa9ef96a52 Customize: Prevent dropping backslashes from input on general settings and settings for nav menus and some widgets.
Ensures that intentional backslashes (e.g. "\o/") can be used in:

* Site title
* Site description
* Nav menu name
* Custom Menu widget title
* Tag Cloud widget title
* Text widget body if can't `unfiltered_html`

The latter three are also fixed on the widgets admin page.

Fixes #35898.

Built from https://develop.svn.wordpress.org/trunk@36622


git-svn-id: http://core.svn.wordpress.org/trunk@36589 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-02-23 01:02:26 +00:00
..
class-wp-nav-menu-widget.php Customize: Prevent dropping backslashes from input on general settings and settings for nav menus and some widgets. 2016-02-23 01:02:26 +00:00
class-wp-widget-archives.php Docs: Improve documentation for the __construct(), widget(), update(), and form() methods in WP_Widget_Archives. 2015-09-27 01:11:25 +00:00
class-wp-widget-calendar.php Docs: Improve documentation for the __construct(), widget(), update(), and form() methods in WP_Widget_Calendar. 2015-09-27 01:07:25 +00:00
class-wp-widget-categories.php Widgets: revert [34376] and [34386] as pertains to the Categories widget supporting custom taxonomies. 2015-10-20 04:57:25 +00:00
class-wp-widget-links.php Docs: Improve documentation for the __construct(), widget(), update(), and form() methods in WP_Widget_Links. 2015-09-27 01:00:24 +00:00
class-wp-widget-meta.php Docs: Improve documentation for the __construct(), widget(), update(), and form() methods in WP_Widget_Meta. 2015-09-27 00:58:24 +00:00
class-wp-widget-pages.php Docs: Improve documentation for the __construct(), widget(), update(), and form() methods in WP_Widget_Pages. 2015-09-27 00:54:24 +00:00
class-wp-widget-recent-comments.php Restore and deprecate the WP_Widget_Recent_Comments::flush_widget_cache() method, removed in [34580]. 2015-09-27 01:40:26 +00:00
class-wp-widget-recent-posts.php Docs: Improve documentation for the __construct(), widget(), update(), and form() methods in WP_Widget_Recent_Posts. 2015-09-27 00:46:25 +00:00
class-wp-widget-rss.php Widgets: Remove extra quotes from widget title in WP_Widget_RSS, accidentally added in [33814]. 2015-12-16 22:35:27 +00:00
class-wp-widget-search.php Docs: Improve documentation for the __construct(), widget(), update(), and form() methods in WP_Widget_Search. 2015-09-27 00:37:24 +00:00
class-wp-widget-tag-cloud.php Customize: Prevent dropping backslashes from input on general settings and settings for nav menus and some widgets. 2016-02-23 01:02:26 +00:00
class-wp-widget-text.php Customize: Prevent dropping backslashes from input on general settings and settings for nav menus and some widgets. 2016-02-23 01:02:26 +00:00