Results 1 to 3 of 3

Thread: To Dev Team. Please close your tags, thank you.

  1. #1
    Thread Starter
    seoagent's Avatar
    Join Date
    Jul 2012
    Location
    Edmonton, AB, Canada
    Posts
    660
    Thanks
    136
    Thanked 86 Times in 74 Posts

    To Dev Team. Please close your tags, thank you.

    File: classipress/includes/appthemes-functions.php

    2013-09-20_1354.jpg

    Code:
    echo '</div';
    
    }
    
    
    // deletes all the theme database options
    function appthemes_delete_all_options() {
        global $wpdb, $app_abbr;
    
    
        $sql = "DELETE FROM ". $wpdb->options
             ." WHERE option_name LIKE '".$app_abbr."_%'";
        $wpdb->query($sql);
    
    
        echo '<div class="update-msg">';
        echo '<div class="delete-item">'. __( 'All theme options have been deleted.', APP_TD ). '</div>';
        echo '</div';
    }
    To Dev Team. Please close your tags, thank you. Change to:

    Code:
    echo '</div>';
    
    }
    
    
    // deletes all the theme database options
    function appthemes_delete_all_options() {
        global $wpdb, $app_abbr;
    
    
        $sql = "DELETE FROM ". $wpdb->options
             ." WHERE option_name LIKE '".$app_abbr."_%'";
        $wpdb->query($sql);
    
    
        echo '<div class="update-msg">';
        echo '<div class="delete-item">'. __( 'All theme options have been deleted.', APP_TD ). '</div>';
        echo '</div>';
    }
    When in doubt: Read, Ask, Do. G+

  2. #2
    Marketplace Seller mr_green's Avatar
    Join Date
    Aug 2010
    Posts
    952
    Thanks
    113
    Thanked 192 Times in 147 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Best

  3. #3
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Close Button at Framer
    By aljun109 in forum Framer for Clipper
    Replies: 3
    Last Post: October 15th, 2013, 09:36 AM
  2. Two banners close to each other
    By megawacior in forum Banners Galore ClassiPress
    Replies: 2
    Last Post: April 26th, 2013, 05:45 AM
  3. Paypal team requesting classipress team for information
    By webdesignstudio in forum Report ClassiPress Bugs
    Replies: 4
    Last Post: June 12th, 2012, 07:47 AM
  4. Close commnents on ads
    By crespil in forum Help Using ClassiPress
    Replies: 3
    Last Post: January 18th, 2012, 08:00 AM
  5. 1.4 .... go team go .... 1.4 1.4 .... go team go
    By mrmatt in forum JobRoller General Discussion
    Replies: 4
    Last Post: March 4th, 2011, 09:23 AM