Changeset 10791 for trunk/wp-admin/includes/post.php
- Timestamp:
- 03/15/2009 04:55:49 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r10774 r10791 1165 1165 $ext_plugins = ''; 1166 1166 } else { 1167 $plugins = array( 'safari', 'inlinepopups', 'autosave', 'spellchecker', 'paste', 'wordpress', 'media', 'fullscreen', 'wpeditimage', 'wpgallery' );1167 $plugins = array( 'safari', 'inlinepopups', 'autosave', 'spellchecker', 'paste', 'wordpress', 'media', 'fullscreen', 'wpeditimage', 'wpgallery', 'tabfocus' ); 1168 1168 1169 1169 /* … … 1297 1297 'entities' => '38,amp,60,lt,62,gt', 1298 1298 'accessibility_focus' => true, 1299 'tab_focus' => ':prev,:next', 1299 'tabfocus_elements' => 'major-publishing-actions', 1300 'media_strict' => false, 1300 1301 'save_callback' => 'switchEditors.saveCallback', 1301 1302 'wpeditimage_disable_captions' => $no_captions,
Note: See TracChangeset
for help on using the changeset viewer.