Changeset 1786473
- Timestamp:
- 12/13/2017 06:51:04 PM (8 years ago)
- Location:
- wp247-extension-notification-client
- Files:
-
- 12 deleted
- 2 edited
-
tags/1.0.1/Desktop.ini (deleted)
-
tags/1.0.1/admin/wp247-settings-api/wp247-settings-api.class.php (modified) (1 diff)
-
tags/1.0.1/assets (deleted)
-
tags/1.0.1/branches (deleted)
-
tags/1.0.1/conf (deleted)
-
tags/1.0.1/db (deleted)
-
tags/1.0.1/format (deleted)
-
tags/1.0.1/hooks (deleted)
-
tags/1.0.1/locks (deleted)
-
tags/1.0.1/svn.ico (deleted)
-
tags/1.0.1/tags (deleted)
-
tags/1.0.1/trunk (deleted)
-
trunk/admin/wp247-settings-api/wp247-settings-api.class.php (modified) (1 diff)
-
trunk/assets (deleted)
Legend:
- Unmodified
- Added
- Removed
-
wp247-extension-notification-client/tags/1.0.1/admin/wp247-settings-api/wp247-settings-api.class.php
r1786472 r1786473 332 332 $type = isset( $opt['type'] ) ? $opt['type'] : 'text'; 333 333 $args = $this->get_setting_args( $opt, $section ); 334 if ( !isset( $args[ 'options' ] ) or !is_array( $args[ 'options' ] ) ) $args[ 'options' ] = array(); 334 335 $args[ 'options' ][ 'group' ] = $group; 335 336 if ( isset( $option[ 'options' ][ 'open' ] ) ) -
wp247-extension-notification-client/trunk/admin/wp247-settings-api/wp247-settings-api.class.php
r1785625 r1786473 332 332 $type = isset( $opt['type'] ) ? $opt['type'] : 'text'; 333 333 $args = $this->get_setting_args( $opt, $section ); 334 if ( !isset( $args[ 'options' ] ) or !is_array( $args[ 'options' ] ) ) $args[ 'options' ] = array(); 334 335 $args[ 'options' ][ 'group' ] = $group; 335 336 if ( isset( $option[ 'options' ][ 'open' ] ) )
Note: See TracChangeset
for help on using the changeset viewer.