Skip to content

Commit

Permalink
Remove dead code. Removed in [23445], accidentally reinstated in [235…
Browse files Browse the repository at this point in the history
…54]. This was found during wp_reset_vars() cleanup. see #21767.

git-svn-id: http://core.svn.wordpress.org/trunk@23925 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
nacin committed Apr 6, 2013
1 parent 7412235 commit eb14274
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wp-admin/edit-link-form.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
if ( $link_id ) : ?> if ( $link_id ) : ?>
<input type="hidden" name="action" value="save" /> <input type="hidden" name="action" value="save" />
<input type="hidden" name="link_id" value="<?php echo (int) $link_id; ?>" /> <input type="hidden" name="link_id" value="<?php echo (int) $link_id; ?>" />
<input type="hidden" name="order_by" value="<?php echo esc_attr($order_by); ?>" />
<input type="hidden" name="cat_id" value="<?php echo (int) $cat_id ?>" /> <input type="hidden" name="cat_id" value="<?php echo (int) $cat_id ?>" />
<?php else: ?> <?php else: ?>
<input type="hidden" name="action" value="add" /> <input type="hidden" name="action" value="add" />
Expand Down

0 comments on commit eb14274

Please sign in to comment.