Make WordPress Core

Ticket #24861: 24861.2.diff

File 24861.2.diff, 877 bytes (added by yurivictor, 12 years ago)
  • wp-admin/edit-form-advanced.php

     
    329329        </p>
    330330</div>
    331331
     332<?php do_action( 'edit_form_before_form', $post ); ?>
     333
    332334<form name="post" action="post.php" method="post" id="post"<?php do_action('post_edit_form_tag', $post); ?>>
    333335<?php wp_nonce_field($nonce_action); ?>
    334336<input type="hidden" id="user-id" name="user_ID" value="<?php echo (int) $user_ID ?>" />
     
    355357<div id="poststuff">
    356358<div id="post-body" class="metabox-holder columns-<?php echo 1 == get_current_screen()->get_columns() ? '1' : '2'; ?>">
    357359<div id="post-body-content">
     360<?php do_action( 'edit_form_before_title', $post ); ?>
    358361
    359362<?php if ( post_type_supports($post_type, 'title') ) { ?>
    360363<div id="titlediv">