Plugin Directory

Changeset 460589


Ignore:
Timestamp:
11/08/2011 01:41:49 PM (14 years ago)
Author:
k76
Message:

upgrade if u use a mobile theme

Location:
hiddy/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • hiddy/trunk/hiddy.php

    r455115 r460589  
    120120    $hiddy_code = (array) get_option('hiddy');  // init hiddy options
    121121    $hiddy_code = array_merge(hiddy_getDefault(),$hiddy_code); // get hiddy options
    122     if (is_admin() || is_user_logged_in()) {     // do not check all this stuff
     122    if (is_admin() || is_user_logged_in() || preg_match ("/carrington/i",get_template())) {  // do not check all this stuff
    123123        return $incoming_comment; //do nothing
    124124    } else {
     
    144144            {
    145145                // showing error message
     146                $hiddy_debug=get_template();
    146147                echo '<html><body>';
    147148                echo 'Spam detected. <br />';
  • hiddy/trunk/readme.txt

    r455115 r460589  
    55Requires at least: 2.3
    66Tested up to: 3.2.1
    7 Stable tag: 1.5
    8 Version: 1.5
     7Stable tag: 1.5.1
     8Version: 1.5.1
    99Author: Enrico Zogno
    1010Contributors: K76
     
    3131
    3232== Changelog ==
     33= 1.5.1 =
     34*       2011/11/08  carrington-mobile fix (disabled hiddy in mobile version)
    3335= 1.5 =
    3436*       2011/10/24  disabled default proud message display
Note: See TracChangeset for help on using the changeset viewer.