Plugin Directory

Changeset 1166344


Ignore:
Timestamp:
05/23/2015 03:54:12 PM (11 years ago)
Author:
wpgraphicstudio
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wpgraphicstudio/trunk/includes/misc-functions.php

    r1166331 r1166344  
    310310function wpgs_wpgraphicstudio_settings_page() {
    311311   global $pagenow;
    312    $settings = get_option( "ilc_theme_settings" );
    313312
    314313//generic HTML and code goes here
     
    16141613    $pages_options = array( '' => '' ); // Blank option
    16151614
    1616     if( ( ! isset( $_GET['page'] ) || 'edd-settings' != $_GET['page'] ) && ! $force ) {
     1615    if( ( ! isset( $_GET['page'] ) || 'wpgs-settings' != $_GET['page'] ) && ! $force ) {
    16171616        return $pages_options;
    16181617    }
Note: See TracChangeset for help on using the changeset viewer.