Changeset 1166344
- Timestamp:
- 05/23/2015 03:54:12 PM (11 years ago)
- File:
-
- 1 edited
-
wpgraphicstudio/trunk/includes/misc-functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpgraphicstudio/trunk/includes/misc-functions.php
r1166331 r1166344 310 310 function wpgs_wpgraphicstudio_settings_page() { 311 311 global $pagenow; 312 $settings = get_option( "ilc_theme_settings" );313 312 314 313 //generic HTML and code goes here … … 1614 1613 $pages_options = array( '' => '' ); // Blank option 1615 1614 1616 if( ( ! isset( $_GET['page'] ) || ' edd-settings' != $_GET['page'] ) && ! $force ) {1615 if( ( ! isset( $_GET['page'] ) || 'wpgs-settings' != $_GET['page'] ) && ! $force ) { 1617 1616 return $pages_options; 1618 1617 }
Note: See TracChangeset
for help on using the changeset viewer.