Changeset 19239 for trunk/wp-includes/class-wp-editor.php
- Timestamp:
- 11/10/2011 05:46:23 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-wp-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-editor.php
r19172 r19239 577 577 578 578 jQuery('.wp-editor-wrap').mousedown(function(e){ 579 wpActiveEditor = this.id.slice(3, -5);579 wpActiveEditor = this.id.slice(3, -5); 580 580 }); 581 581
Note: See TracChangeset
for help on using the changeset viewer.