Ticket #22933: edit-form-advanced.php.diff
File edit-form-advanced.php.diff, 730 bytes (added by , 12 years ago) |
---|
-
edit-form-advanced.php
360 360 ?> 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' => 'sample-permalink,save-post', 'editor_height' => 360) ); ?> 364 364 365 365 <table id="post-status-info" cellspacing="0"><tbody><tr> 366 366 <td id="wp-word-count"><?php printf( __( 'Word count: %s' ), '<span class="word-count">0</span>' ); ?></td>