]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/edit-link-form.php
Wordpress 3.1.2-scripts
[autoinstalls/wordpress.git] / wp-admin / edit-link-form.php
index 29e28623f47ec359c1dfb0678f7f672bd7318841..f5bc0304ce0a52cfbf4c8fbbb8b621ee32dca326 100644 (file)
@@ -37,6 +37,8 @@ do_action('do_meta_boxes', 'link', 'normal', $link);
 do_action('do_meta_boxes', 'link', 'advanced', $link);
 do_action('do_meta_boxes', 'link', 'side', $link);
 
+add_screen_option('layout_columns', array('max' => 2) );
+
 add_contextual_help($current_screen,
        '<p>' . __( 'You can add or edit links on this screen by entering information in each of the boxes. Only the link&#8217;s web address and name (the text you want to display on your site as the link) are required fields.' ) . '</p>' .
        '<p>' . __( 'The boxes for link name, web address, and description have fixed positions, while the others may be repositioned using drag and drop. You can also hide boxes you don&#8217;t use in the Screen Options tab, or minimize boxes by clicking on the title bar of the box.' ) . '</p>' .