diff --git a/wp-includes/js/tinymce/skins/wordpress/wp-content.css b/wp-includes/js/tinymce/skins/wordpress/wp-content.css index 947e3fda2b..e55bdabe09 100644 --- a/wp-includes/js/tinymce/skins/wordpress/wp-content.css +++ b/wp-includes/js/tinymce/skins/wordpress/wp-content.css @@ -216,6 +216,10 @@ audio { border: 0; width: 1px; height: 1px; +} + +.wpview-wrap .wpview-clipboard, +.wpview-wrap .wpview-clipboard * { -moz-user-select: text; -webkit-user-select: text; -ms-user-select: text; diff --git a/wp-includes/version.php b/wp-includes/version.php index 13d43849ec..55815b31be 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.0-alpha-20140615'; +$wp_version = '4.0-alpha-20140616'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.