Wordpress/tests/phpunit/data
Peter Wilson f62112fa16 Posts, Post Types: Improve sanitisation of templates' post types.
Prevents post type templates ignoring post types due to invalid characters. Each entry in the `Template Post Type` comment is run through `sanitize_key()` to match the sanitisation used by `register_post_type()`.

Fixes #38766.


git-svn-id: https://develop.svn.wordpress.org/trunk@39236 602fd350-edb4-49c9-b593-d223f7449a82
2016-11-15 03:36:13 +00:00
..
export Add wordpress-importer tests demonstrating slashed data behavior. 2016-08-19 13:26:04 +00:00
formatting
images Media: Add support for rendering PDF thumbnails. 2016-10-26 07:27:51 +00:00
languages Tests: Update language files to include a `Language` header. 2016-10-25 22:25:08 +00:00
plugins I18N: Remove the requirement to call `load_plugin_textdomain()` / `load_theme_textdomain()`. 2016-05-10 20:04:52 +00:00
pomo
theme-file-child Themes: Improve child theme file inheritance by introducing functions for locating and fetching the URL or path to files within child and parent themes. 2016-09-08 22:53:57 +00:00
theme-file-parent Themes: Improve child theme file inheritance by introducing functions for locating and fetching the URL or path to files within child and parent themes. 2016-09-08 22:53:57 +00:00
themedir1 Posts, Post Types: Improve sanitisation of templates' post types. 2016-11-15 03:36:13 +00:00
WPHTTP-testcase-redirection-script.php