Make WordPress Core

Ticket #20506: 20506.minor-typo-fix.patch

File 20506.minor-typo-fix.patch, 633 bytes (added by SergeyBiryukov, 13 years ago)
  • wp-admin/includes/screen.php

     
    813813                        if ( ! $this->columns && $this->get_option( 'layout_columns', 'default' ) )
    814814                                $this->columns = $this->get_option( 'layout_columns', 'default' );
    815815                }
    816                 $GLOBALS[ 'screen_layout_columns' ] = $this->columns; // Set the gobal for back-compat.
     816                $GLOBALS[ 'screen_layout_columns' ] = $this->columns; // Set the global for back-compat.
    817817
    818818                // Add screen options
    819819                if ( $this->show_screen_options() )