Changeset 456129
- Timestamp:
- 10/26/2011 08:24:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ultra-hide-comments-box/trunk/ultra-hide-comment-box.php
r455741 r456129 1 1 <?php 2 2 /* 3 Plugin Name: Ultra Hide Comment sBox3 Plugin Name: Ultra Hide Comment Box 4 4 Plugin URI: http://www.skinzee.com/ 5 Description: Ultra Hide Comment sBox helps to disable Add Comment box on posts belonging to specific Categories.6 Version: 1. 1.15 Description: Ultra Hide Comment Box helps to disable Add Comment box on posts belonging to specific Categories. 6 Version: 1.0 7 7 Author: Custom Wordpress Themes 8 8 Author URI: http://www.skinzee.com/ … … 93 93 94 94 /* Check Comment posting */ 95 if (!function_exists(comment_posting_checker )) {96 function comment_posting_checker ($commentdata) {95 if (!function_exists(comment_posting_checker2)) { 96 function comment_posting_checker2($commentdata) { 97 97 98 98 /* Find existing Category selection */ … … 157 157 158 158 /* Spammers still post comments even if the Add Comment/ Leave Reply Box is not shown hence check all comments during comment posting */ 159 add_filter('preprocess_comment', 'comment_posting_checker ', 10, 1);159 add_filter('preprocess_comment', 'comment_posting_checker2', 10, 1); 160 160 ?>
Note: See TracChangeset
for help on using the changeset viewer.