Customize: Use selective refresh to preview changes to site title and tagline in core themes.

Fixes issue where `wptexturize` and other filters fail to apply when previewing changes via `postMessage` transport.

See #27355.
Fixes #33738.

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


git-svn-id: http://core.svn.wordpress.org/trunk@36764 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter
2016-03-01 22:18:26 +00:00
parent 94b59e7f0d
commit f78775a6db
6 changed files with 186 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta1-36796';
$wp_version = '4.5-beta1-36797';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.