- Timestamp:
- 08/26/2014 05:24:55 AM (11 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
-
css/edit.css (modified) (1 diff)
-
edit-form-advanced.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/edit.css
r29593 r29618 671 671 } 672 672 673 #post-body-content, 673 674 .edit-form-section { 674 675 margin-bottom: 20px; -
trunk/src/wp-admin/edit-form-advanced.php
r29402 r29618 491 491 if ( post_type_supports($post_type, 'editor') ) { 492 492 ?> 493 <div id="postdivrich" class="postarea edit-form-section<?php if ( get_user_setting( 'editor_expand', 'on' ) === 'on' ) { echo ' wp-editor-expand'; } ?>">493 <div id="postdivrich" class="postarea<?php if ( get_user_setting( 'editor_expand', 'on' ) === 'on' ) { echo ' wp-editor-expand'; } ?>"> 494 494 495 495 <?php wp_editor( $post->post_content, 'content', array(
Note: See TracChangeset
for help on using the changeset viewer.