Changeset 20715 for trunk/wp-admin/includes/screen.php
- Timestamp:
- 05/03/2012 04:41:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/screen.php
r20625 r20715 810 810 if ( $this->get_option( 'layout_columns' ) ) { 811 811 $this->columns = (int) get_user_option("screen_layout_$this->id"); 812 812 813 813 if ( ! $this->columns && $this->get_option( 'layout_columns', 'default' ) ) 814 814 $this->columns = $this->get_option( 'layout_columns', 'default' );
Note: See TracChangeset
for help on using the changeset viewer.