Changeset 699006
- Timestamp:
- 04/17/2013 10:26:08 AM (13 years ago)
- Location:
- gallandbe-wp-tools/trunk
- Files:
-
- 2 edited
-
includes/comments.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gallandbe-wp-tools/trunk/includes/comments.php
r696723 r699006 1 1 <?php 2 if(get_option('galland_spamfight') == '1'){ 2 add_action( 'plugins_loaded', 'gal_user_info' ); 3 function gal_user_info(){ 4 if ( is_user_logged_in() ) { 5 //no spamfighter 6 } else { 7 gal_startspamfighter(); 8 } 9 } 10 11 12 function gal_startspamfighter(){ 13 if((get_option('galland_spamfight') == '1') ) { 3 14 4 15 wp_enqueue_script('jquery'); … … 33 44 34 45 } //galland_spamfight activated 46 } 35 47 ?> -
gallandbe-wp-tools/trunk/readme.txt
r696775 r699006 4 4 Requires at least: 3.0 5 5 Tested up to: 3.5.1 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 8 8 WordPress Tools for companies using WordPress as a CMS. … … 30 30 == Changelog == 31 31 32 = 1.0.2 = 33 * Comment SPAM fighter is no longer activated for logged in users 34 32 35 = 1.0.1 = 33 36 * Minor bug fixes
Note: See TracChangeset
for help on using the changeset viewer.