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:
azaozz
2011-11-10 17:46:23 +00:00
parent 6e62008a14
commit 5869b4d388
2 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -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