Press This:

- Fix the links on inserted images to point to the source site.
- Fix inserting of images above the blockquote when the editor has not been focused.
Fixes #31745.
Built from https://develop.svn.wordpress.org/trunk@31868


git-svn-id: http://core.svn.wordpress.org/trunk@31847 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2015-03-24 01:33:29 +00:00
parent d94050aafa
commit 0329852941
4 changed files with 21 additions and 26 deletions

View File

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