Make WordPress Core

Changeset 23925


Ignore:
Timestamp:
04/06/2013 08:47:12 PM (11 years ago)
Author:
nacin
Message:

Remove dead code. Removed in [23445], accidentally reinstated in [23554]. This was found during wp_reset_vars() cleanup. see #21767.

File:
1 edited

Legend:

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

    r23554 r23925  
    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.