Make WordPress Core


Ignore:
Timestamp:
11/10/2011 05:46:23 PM (14 years ago)
Author:
azaozz
Message:

More phpdoc for wp_editor(), see #17144

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-editor.php

    r19172 r19239  
    577577
    578578        jQuery('.wp-editor-wrap').mousedown(function(e){
    579             wpActiveEditor = this.id.slice(3, -5);
     579            wpActiveEditor = this.id.slice(3, -5);
    580580        });
    581581
Note: See TracChangeset for help on using the changeset viewer.