Changeset 22007 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 09/26/2012 03:30:21 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r21968 r22007 348 348 <div id="postdivrich" class="postarea"> 349 349 350 <?php wp_editor($post->post_content, 'content', array('dfw' => true, 'tabfocus_elements' => 'sample-permalink,post-preview' ) ); ?>350 <?php wp_editor($post->post_content, 'content', array('dfw' => true, 'tabfocus_elements' => 'sample-permalink,post-preview', 'editor_height' => 360) ); ?> 351 351 352 352 <table id="post-status-info" cellspacing="0"><tbody><tr>
Note: See TracChangeset
for help on using the changeset viewer.