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
This commit is contained in:
Andrew Ozz 2015-07-08 19:53:25 +00:00
parent cacf51c3ec
commit 4cd790906f
2 changed files with 2 additions and 2 deletions

View File

@ -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',
),

View File

@ -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.