From a1e92cae9dfa4d0024504fe596e8c540a697158b Mon Sep 17 00:00:00 2001 From: azaozz Date: Wed, 25 Apr 2012 17:49:48 +0000 Subject: [PATCH] Fix typo in a comment, props SergeyBiryukov, fixes #20506 git-svn-id: http://svn.automattic.com/wordpress/trunk@20591 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/screen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/screen.php b/wp-admin/includes/screen.php index 612eccc52..d920f5863 100644 --- a/wp-admin/includes/screen.php +++ b/wp-admin/includes/screen.php @@ -813,7 +813,7 @@ final class WP_Screen { if ( ! $this->columns && $this->get_option( 'layout_columns', 'default' ) ) $this->columns = $this->get_option( 'layout_columns', 'default' ); } - $GLOBALS[ 'screen_layout_columns' ] = $this->columns; // Set the gobal for back-compat. + $GLOBALS[ 'screen_layout_columns' ] = $this->columns; // Set the global for back-compat. // Add screen options if ( $this->show_screen_options() )