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:
parent
cacf51c3ec
commit
4cd790906f
|
@ -1383,7 +1383,7 @@ class WP_Press_This {
|
||||||
'statusbar' => false,
|
'statusbar' => false,
|
||||||
'autoresize_min_height' => 600,
|
'autoresize_min_height' => 600,
|
||||||
'wp_autoresize_on' => true,
|
'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',
|
'toolbar1' => 'bold,italic,bullist,numlist,blockquote,link,unlink',
|
||||||
'toolbar2' => 'undo,redo',
|
'toolbar2' => 'undo,redo',
|
||||||
),
|
),
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue