Make WordPress Core


Ignore:
Timestamp:
10/14/2009 05:53:49 AM (16 years ago)
Author:
azaozz
Message:

Remove remains from the old bookmarklet code

File:
1 edited

Legend:

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

    r12022 r12029  
    110110<?php endif; ?>
    111111
    112 <?php
    113 wp_nonce_field($nonce_action);
     112<?php wp_nonce_field($nonce_action); ?>
    114113
    115 if (isset($mode) && 'bookmarklet' == $mode)
    116     echo '<input type="hidden" name="mode" value="bookmarklet" />';
    117 ?>
    118114<input type="hidden" id="user-id" name="user_ID" value="<?php echo $user_ID ?>" />
    119115<input type="hidden" id="hiddenaction" name="action" value='<?php echo esc_attr($form_action) ?>' />
Note: See TracChangeset for help on using the changeset viewer.