TinyMCE: fix alignment buttons when used on image with caption. Remove old/unneeded code. Fixes #28705.

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


git-svn-id: http://core.svn.wordpress.org/trunk@29148 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2014-08-04 00:52:17 +00:00
parent 42c8135fac
commit 666fec5144
4 changed files with 10 additions and 19 deletions

View File

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