Changeset 4210 for trunk/wp-admin/comment.php
- Timestamp:
- 09/22/2006 10:24:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/comment.php
r4144 r4210 13 13 case 'editcomment': 14 14 $title = __('Edit Comment'); 15 if ( user_can_richedit() ) 16 wp_enqueue_script( 'wp_tiny_mce' ); 15 17 16 require_once ('admin-header.php'); 18 17
Note: See TracChangeset
for help on using the changeset viewer.