Make WordPress Core


Ignore:
Timestamp:
03/01/2013 04:28:40 PM (11 years ago)
Author:
ryan
Message:

Revert 23416, 23419, 23445 except for wp_reset_vars() changes. We are going a different direction with the slashing cleanup, so resetting to a clean slate. see #21767

File:
1 edited

Legend:

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

    r23445 r23554  
    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); ?>" />
    129130<input type="hidden" name="cat_id" value="<?php echo (int) $cat_id ?>" />
    130131<?php else: ?>
Note: See TracChangeset for help on using the changeset viewer.