Make WordPress Core


Ignore:
Timestamp:
10/28/2008 10:59:26 AM (17 years ago)
Author:
azaozz
Message:

Write page styling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/post.php

    r9353 r9384  
    11421142        'gecko_spellcheck' => true,
    11431143        'entities' => '38,amp,60,lt,62,gt',
    1144         'accessibility_focus' => false,
    1145         'tab_focus' => ':next',
     1144        'accessibility_focus' => true,
     1145        'tab_focus' => ':prev,:next',
    11461146        'content_css' => "$mce_css",
    11471147        'save_callback' => 'switchEditors.saveCallback',
Note: See TracChangeset for help on using the changeset viewer.