Ticket #20506: 20506.minor-typo-fix.patch
File 20506.minor-typo-fix.patch, 633 bytes (added by , 13 years ago) |
---|
-
wp-admin/includes/screen.php
813 813 if ( ! $this->columns && $this->get_option( 'layout_columns', 'default' ) ) 814 814 $this->columns = $this->get_option( 'layout_columns', 'default' ); 815 815 } 816 $GLOBALS[ 'screen_layout_columns' ] = $this->columns; // Set the g obal for back-compat.816 $GLOBALS[ 'screen_layout_columns' ] = $this->columns; // Set the global for back-compat. 817 817 818 818 // Add screen options 819 819 if ( $this->show_screen_options() )