XPressME Integration Kit

Trac


Ignore:
Timestamp:
Apr 4, 2009, 6:47:22 PM (15 years ago)
Author:
toemon
Message:

#14 マルチユーザーモードの実装

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/plugins/xpressme/xpressme.php

    r147 r155  
    6969} 
    7070 
     71 
     72 
     73 
    7174//The trackback and the pingback are excluded from the count of the comment.  
    7275add_filter('get_comments_number', 'xpress_comment_count', 0); 
     76 
     77// Query filter for  MultiUser 
     78add_filter('query','xpress_query_filter'); 
     79add_action("init", "xpress_set_author_cookie"); 
    7380 
    7481// SQL debug windows 
Note: See TracChangeset for help on using the changeset viewer.