Fix typo in a comment, props SergeyBiryukov, fixes #20506

git-svn-id: http://svn.automattic.com/wordpress/trunk@20591 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2012-04-25 17:49:48 +00:00
parent 69e0af9e3c
commit a1e92cae9d
1 changed files with 1 additions and 1 deletions

View File

@ -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() )