XPressME Integration Kit

Trac


Ignore:
Timestamp:
Apr 1, 2009, 11:05:02 PM (15 years ago)
Author:
toemon
Message:

コメントからトラックバック、ピンバックを省く、#85
デフォルトテーマ、コメント部分の調整 #80

File:
1 edited

Legend:

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

    r145 r147  
    11<?php 
     2         
     3function xpress_list_pings($comment, $args, $depth) { 
     4       $GLOBALS['comment'] = $comment; 
     5        echo '<li id="comment-<?php comment_ID(); ?>">'; 
     6        comment_author_link(); 
     7} 
    28         
    39function xpress_credit($show = false) 
Note: See TracChangeset for help on using the changeset viewer.