From 054d2c2565cffc3155d2cdb29291ccdeafae05dd Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Wed, 9 Nov 2016 01:48:30 +0000 Subject: [PATCH] Customize: Rename remaining instances `unfiltered_css` meta capability to `edit_css` in unit tests. Amends [39175]. See #38672, #35395. Built from https://develop.svn.wordpress.org/trunk@39178 git-svn-id: http://core.svn.wordpress.org/trunk@39118 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 7dabe9ab9b..c1ddb9a0b0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-beta2-39177'; +$wp_version = '4.7-beta2-39178'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.