Plugin Directory

Changeset 1786473


Ignore:
Timestamp:
12/13/2017 06:51:04 PM (8 years ago)
Author:
wescleveland
Message:

Cleanup tag 1.0.1

Location:
wp247-extension-notification-client
Files:
12 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • wp247-extension-notification-client/tags/1.0.1/admin/wp247-settings-api/wp247-settings-api.class.php

    r1786472 r1786473  
    332332                                $type = isset( $opt['type'] ) ? $opt['type'] : 'text';
    333333                                $args = $this->get_setting_args( $opt, $section );
     334                                if ( !isset( $args[ 'options' ] ) or !is_array( $args[ 'options' ] ) ) $args[ 'options' ] = array();
    334335                                $args[ 'options' ][ 'group' ] = $group;
    335336                                if ( isset( $option[ 'options' ][ 'open' ] ) )
  • wp247-extension-notification-client/trunk/admin/wp247-settings-api/wp247-settings-api.class.php

    r1785625 r1786473  
    332332                                $type = isset( $opt['type'] ) ? $opt['type'] : 'text';
    333333                                $args = $this->get_setting_args( $opt, $section );
     334                                if ( !isset( $args[ 'options' ] ) or !is_array( $args[ 'options' ] ) ) $args[ 'options' ] = array();
    334335                                $args[ 'options' ][ 'group' ] = $group;
    335336                                if ( isset( $option[ 'options' ][ 'open' ] ) )
Note: See TracChangeset for help on using the changeset viewer.