Customize: Split out custom_css query logic from wp_get_custom_css() into a re-usable wp_get_custom_css_post() function to also be used when updating.

Props georgestephanis, westonruter.
See #38672, #35395.

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


git-svn-id: http://core.svn.wordpress.org/trunk@39125 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter
2016-11-09 20:43:30 +00:00
parent 8e3e901559
commit ad80e08c17
3 changed files with 34 additions and 32 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-beta2-39184';
$wp_version = '4.7-beta2-39185';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.