Make WordPress Core


Ignore:
Timestamp:
09/17/2008 11:32:33 AM (17 years ago)
Author:
azaozz
Message:

Add nonces to quick edit, see #6815

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r8916 r8917  
    497497            ?>
    498498                <td <?php echo $attributes ?>>
     499                    <?php wp_nonce_field( 'inlineeditnonce', 'inline_edit_nonce', false ) ?>
    499500                    <div class="title">
    500501                        <input type="text" name="post_title" class="title" value="" /><br />
     
    520521                    <?php endif; ?>
    521522                    <div class="clear"></div>
     523                    <div class="save">
    522524                    <?php
    523525                    $actions = array();
     
    532534                    }
    533535                    ?>
     536                    </div>
    534537                </td>
    535538                <?php
Note: See TracChangeset for help on using the changeset viewer.