Top Google Search Results
- Function Reference/comment date « WordPress Codex
Description. Displays the date a comment was posted. Use get_comment_date to retrieve the value. Usage. <?php comment_date( 'd', $comment_ID ); ?> ... - get_comment_date (WordPress Function) - WPSeek.com
WordPress lookup for get_comment_date, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors. - get_comment_date Wordpress hook details -- Adam Brown, BYU ...
Applied to the formatted comment date generated by the get_comment_date function (which is also called ... WordPress version history for get_comment_date ... - get_comment_date | A HitchHackers guide through WordPress
Feb 12, 2011 ... function get_comment_date( $d = '', $comment_ID = 0 ) { $comment = get_comment( ... return apply_filters('get_comment_date', $date, $d); } ...