Make WordPress Core

Ticket #11469: edit-form-advanced.diff

File edit-form-advanced.diff, 605 bytes (added by johnl1479, 15 years ago)
  • edit-form-advanced.php

     
    176176        <label class="screen-reader-text" for="title"><?php _e('Title') ?></label>
    177177        <input type="text" name="post_title" size="30" tabindex="1" value="<?php echo esc_attr( htmlspecialchars( $post->post_title ) ); ?>" id="title" autocomplete="off" />
    178178</div>
     179
     180<?php do_action('edit_post_form_after_title'); ?>
     181
    179182<div class="inside">
    180183<?php
    181184$sample_permalink_html = get_sample_permalink_html($post->ID);