From de55e6200e0ba2b19166866eb0d2fa2381d9d819 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Wed, 25 Apr 2012 17:49:48 +0000 Subject: [PATCH] Fix typo in a comment, props SergeyBiryukov, fixes #20506 git-svn-id: https://develop.svn.wordpress.org/trunk@20591 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 612eccc52e..d920f58630 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() )