From 4cd790906fac95a99f9de33d12639fc7a74d74a0 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Wed, 8 Jul 2015 19:53:25 +0000 Subject: [PATCH] TinyMCE, Press This: add the `wptextpattern` plugin to the Press This editor. See #31441. Built from https://develop.svn.wordpress.org/trunk@33128 git-svn-id: http://core.svn.wordpress.org/trunk@33099 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-press-this.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-press-this.php b/wp-admin/includes/class-wp-press-this.php index e3307a81df..48e7f2dddf 100644 --- a/wp-admin/includes/class-wp-press-this.php +++ b/wp-admin/includes/class-wp-press-this.php @@ -1383,7 +1383,7 @@ class WP_Press_This { 'statusbar' => false, 'autoresize_min_height' => 600, 'wp_autoresize_on' => true, - 'plugins' => 'lists,media,paste,tabfocus,fullscreen,wordpress,wpautoresize,wpeditimage,wpgallery,wplink,wpview', + 'plugins' => 'lists,media,paste,tabfocus,fullscreen,wordpress,wpautoresize,wpeditimage,wpgallery,wplink,wptextpattern,wpview', 'toolbar1' => 'bold,italic,bullist,numlist,blockquote,link,unlink', 'toolbar2' => 'undo,redo', ), diff --git a/wp-includes/version.php b/wp-includes/version.php index a4090819f1..33e8fbc95f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta1-33127'; +$wp_version = '4.3-beta1-33128'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.