Changeset 43571 for trunk/src/wp-admin/edit-link-form.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-link-form.php
r42343 r43571 52 52 53 53 add_screen_option( 54 'layout_columns', array( 54 'layout_columns', 55 array( 55 56 'max' => 2, 56 57 'default' => 2, … … 154 155 155 156 if ( $link_id ) : 156 ?>157 ?> 157 158 <input type="hidden" name="action" value="save" /> 158 159 <input type="hidden" name="link_id" value="<?php echo (int) $link_id; ?>" />
Note: See TracChangeset
for help on using the changeset viewer.