From 5869b4d388b9707685fa685e02d1905738300389 Mon Sep 17 00:00:00 2001 From: azaozz Date: Thu, 10 Nov 2011 17:46:23 +0000 Subject: [PATCH] More phpdoc for wp_editor(), see #17144 git-svn-id: http://svn.automattic.com/wordpress/trunk@19239 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-editor.php | 2 +- wp-includes/general-template.php | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index df72592834..aef53c189a 100644 --- a/wp-includes/class-wp-editor.php +++ b/wp-includes/class-wp-editor.php @@ -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); });