Changeset 155 for trunk/wp-content/plugins/xpressme/xpressme.php
- Timestamp:
- Apr 4, 2009, 6:47:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/plugins/xpressme/xpressme.php
r147 r155 69 69 } 70 70 71 72 73 71 74 //The trackback and the pingback are excluded from the count of the comment. 72 75 add_filter('get_comments_number', 'xpress_comment_count', 0); 76 77 // Query filter for MultiUser 78 add_filter('query','xpress_query_filter'); 79 add_action("init", "xpress_set_author_cookie"); 73 80 74 81 // SQL debug windows
Note: See TracChangeset
for help on using the changeset viewer.