Make WordPress Core

Ticket #28893: 28893.2.patch

File 28893.2.patch, 505 bytes (added by iseulde, 12 years ago)
  • src/wp-admin/edit-form-advanced.php

     
    437437<div id="post-body-content">
    438438
    439439<?php if ( post_type_supports($post_type, 'title') ) { ?>
    440 <div id="titlediv">
     440<div id="titlediv"<?php echo post_type_supports( $post_type, 'editor' ) ? '' : ' class="edit-form-section"'; ?>>
    441441<div id="titlewrap">
    442442        <?php
    443443        /**