- Timestamp:
- Apr 1, 2009, 11:05:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/plugins/xpressme/include/custom_functions.php
r145 r147 1 1 <?php 2 3 function xpress_list_pings($comment, $args, $depth) { 4 $GLOBALS['comment'] = $comment; 5 echo '<li id="comment-<?php comment_ID(); ?>">'; 6 comment_author_link(); 7 } 2 8 3 9 function xpress_credit($show = false)
Note: See TracChangeset
for help on using the changeset viewer.