Make WordPress Core


Ignore:
Timestamp:
05/03/2012 04:41:59 PM (13 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

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

    r20625 r20715  
    810810        if ( $this->get_option( 'layout_columns' ) ) {
    811811            $this->columns = (int) get_user_option("screen_layout_$this->id");
    812    
     812
    813813            if ( ! $this->columns && $this->get_option( 'layout_columns', 'default' ) )
    814814                $this->columns = $this->get_option( 'layout_columns', 'default' );
Note: See TracChangeset for help on using the changeset viewer.