More phpdoc for wp_editor(), see #17144
git-svn-id: http://svn.automattic.com/wordpress/trunk@19239 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -576,7 +576,7 @@ class WP_Editor {
|
||||
var wpActiveEditor;
|
||||
|
||||
jQuery('.wp-editor-wrap').mousedown(function(e){
|
||||
wpActiveEditor = this.id.slice(3, -5);
|
||||
wpActiveEditor = this.id.slice(3, -5);
|
||||
});
|
||||
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user