Make WordPress Core


Ignore:
Timestamp:
02/16/2013 06:28:41 PM (12 years ago)
Author:
nacin
Message:

Remove unused variables reset by wp_reset_vars(). Many of these haven't been used since b2. see #21767.

File:
1 edited

Legend:

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

    r21311 r23445  
    127127<input type="hidden" name="action" value="save" />
    128128<input type="hidden" name="link_id" value="<?php echo (int) $link_id; ?>" />
    129 <input type="hidden" name="order_by" value="<?php echo esc_attr($order_by); ?>" />
    130129<input type="hidden" name="cat_id" value="<?php echo (int) $cat_id ?>" />
    131130<?php else: ?>
Note: See TracChangeset for help on using the changeset viewer.