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:
parent
69e0af9e3c
commit
a1e92cae9d
|
@ -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() )
|
||||
|
|
Loading…
Reference in New Issue