Changeset 460589
- Timestamp:
- 11/08/2011 01:41:49 PM (14 years ago)
- Location:
- hiddy/trunk
- Files:
-
- 2 edited
-
hiddy.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hiddy/trunk/hiddy.php
r455115 r460589 120 120 $hiddy_code = (array) get_option('hiddy'); // init hiddy options 121 121 $hiddy_code = array_merge(hiddy_getDefault(),$hiddy_code); // get hiddy options 122 if (is_admin() || is_user_logged_in() ) { // do not check all this stuff122 if (is_admin() || is_user_logged_in() || preg_match ("/carrington/i",get_template())) { // do not check all this stuff 123 123 return $incoming_comment; //do nothing 124 124 } else { … … 144 144 { 145 145 // showing error message 146 $hiddy_debug=get_template(); 146 147 echo '<html><body>'; 147 148 echo 'Spam detected. <br />'; -
hiddy/trunk/readme.txt
r455115 r460589 5 5 Requires at least: 2.3 6 6 Tested up to: 3.2.1 7 Stable tag: 1.5 8 Version: 1.5 7 Stable tag: 1.5.1 8 Version: 1.5.1 9 9 Author: Enrico Zogno 10 10 Contributors: K76 … … 31 31 32 32 == Changelog == 33 = 1.5.1 = 34 * 2011/11/08 carrington-mobile fix (disabled hiddy in mobile version) 33 35 = 1.5 = 34 36 * 2011/10/24 disabled default proud message display
Note: See TracChangeset
for help on using the changeset viewer.