Make WordPress Core


Ignore:
Timestamp:
04/16/2010 01:57:57 PM (14 years ago)
Author:
nacin
Message:

Add actions to the form tags of user-new, user-edit, and post edit. props sivel, fixes #11933.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r13969 r14106  
    165165<div id="message" class="updated"><p><?php echo $message; ?></p></div>
    166166<?php endif; ?>
    167 <form name="post" action="post.php" method="post" id="post">
     167<form name="post" action="post.php" method="post" id="post"<?php do_action('post_edit_form_tag'); ?>>
    168168<?php wp_nonce_field($nonce_action); ?>
    169169<input type="hidden" id="user-id" name="user_ID" value="<?php echo (int) $user_ID ?>" />
Note: See TracChangeset for help on using the changeset viewer.