Changeset 23395 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 02/08/2013 06:30:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r23083 r23395 361 361 <div id="postdivrich" class="postarea"> 362 362 363 <?php wp_editor($post->post_content, 'content', array('dfw' => true, 'tabfocus_elements' => ' sample-permalink,post-preview', 'editor_height' => 360) ); ?>363 <?php wp_editor($post->post_content, 'content', array('dfw' => true, 'tabfocus_elements' => 'insert-media-button,save-post', 'editor_height' => 360) ); ?> 364 364 365 365 <table id="post-status-info" cellspacing="0"><tbody><tr>
Note: See TracChangeset
for help on using the changeset viewer.