Make WordPress Core

Changeset 20591


Ignore:
Timestamp:
04/25/2012 05:49:48 PM (13 years ago)
Author:
azaozz
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/screen.php

    r20579 r20591  
    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
Note: See TracChangeset for help on using the changeset viewer.