Plugin Directory

Changeset 617476


Ignore:
Timestamp:
10/25/2012 06:35:54 PM (13 years ago)
Author:
paddelboot
Message:

New tag 1.3.1b

Location:
3pagination
Files:
4 added
1 edited
4 copied

Legend:

Unmodified
Added
Removed
  • 3pagination/tags/1.3.1b/class.settings.php

    r566153 r617476  
    283283        public function placement_header() {
    284284
    285             $settings = get_option( '3pagination_settings', TRUE );
     285            $settings = (array) get_option( '3pagination_settings', TRUE );
    286286            ?>
    287287            <input type="checkbox" name="3pagination_settings[placement_header_index]" <?php checked( $this->init_var( $settings, 'placement_header_index', FALSE ), 'on' ); ?> />
  • 3pagination/trunk/class.settings.php

    r566153 r617476  
    283283        public function placement_header() {
    284284
    285             $settings = get_option( '3pagination_settings', TRUE );
     285            $settings = (array) get_option( '3pagination_settings', TRUE );
    286286            ?>
    287287            <input type="checkbox" name="3pagination_settings[placement_header_index]" <?php checked( $this->init_var( $settings, 'placement_header_index', FALSE ), 'on' ); ?> />
Note: See TracChangeset for help on using the changeset viewer.