Press This: Make the regular expressions for matching images easier to read by not requiring escaping.

Fixes #32878

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


git-svn-id: http://core.svn.wordpress.org/trunk@34700 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse
2015-10-01 05:16:25 +00:00
parent b23fdba5a2
commit 9caa7c4ba7
2 changed files with 19 additions and 19 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-34735';
$wp_version = '4.4-alpha-34736';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.