Changeset 21300 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 07/22/2012 02:33:53 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r21212 r21300 313 313 <div id="postdivrich" class="postarea"> 314 314 315 <?php wp_editor($post->post_content, 'content', array('dfw' => true, 'tabindex' => 1 ) ); ?>315 <?php wp_editor($post->post_content, 'content', array('dfw' => true, 'tabindex' => 1, 'tabfocus_elements' => 'sample-permalink,post-preview') ); ?> 316 316 317 317 <table id="post-status-info" cellspacing="0"><tbody><tr>
Note: See TracChangeset
for help on using the changeset viewer.