Changeset 18915
- Timestamp:
- 10/07/2011 05:26:44 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/screen.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/screen.php
r18914 r18915 817 817 818 818 if ( ! empty( $columns ) && isset( $columns[ $this->id ] ) ) 819 add_screen_option( 'layout_columns', array('max' => $columns[ $this->id ] ) );819 $this->add_option( 'layout_columns', array('max' => $columns[ $this->id ] ) ); 820 820 821 821 if ( ! isset( $this->_options['layout_columns'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.