Changeset 367960
- Timestamp:
- 04/01/2011 04:25:00 PM (15 years ago)
- File:
-
- 1 edited
-
prophoto-beta-tester/trunk/pp-beta-tester.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
prophoto-beta-tester/trunk/pp-beta-tester.php
r365966 r367960 5 5 Description: Facilitates beta-testing for future releases of the ProPhoto theme 6 6 Author: Jared Henderson 7 Version: 0.0 47 Version: 0.05 8 8 Author URI: http://www.prophotoblogs.com/beta-testing-plugin/ 9 9 */ … … 39 39 40 40 $conf = ppUtil::loadConfig( 'options' ); 41 if ( ppOpt::id( 'main_menu_structure' ) != $conf['main_menu_structure'] && is_array( json_decode( ppOpt::id( 'main_menu_structure' ) ) ) ) {41 if ( ppOpt::id( 'main_menu_structure' ) != $conf['main_menu_structure'] && is_array( json_decode( ppOpt::id( 'main_menu_structure' ), true ) ) ) { 42 42 return; 43 43 }
Note: See TracChangeset
for help on using the changeset viewer.