Changeset 6551 for trunk/wp-includes/comment-template.php
- Timestamp:
- 01/04/2008 07:36:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r6495 r6551 341 341 * @since 0.71 342 342 * 343 * @param string $ fileNot Used344 * @param bool $ echoNot Used345 */ 346 function comments_link( $ file = '', $echo = true) {343 * @param string $deprecated Not Used 344 * @param bool $deprecated Not Used 345 */ 346 function comments_link( $deprecated = '', $deprecated = '' ) { 347 347 echo get_comments_link(); 348 348 } … … 358 358 */ 359 359 function get_comments_number( $post_id = 0 ) { 360 global $id; 360 361 $post_id = (int) $post_id; 361 362 … … 537 538 * @since 0.71 538 539 * 539 * @param int $ timezone Not used540 */ 541 function trackback_rdf($ timezone = 0) {540 * @param int $deprecated Not used (Was $timezone = 0) 541 */ 542 function trackback_rdf($deprecated = '') { 542 543 if (stripos($_SERVER['HTTP_USER_AGENT'], 'W3C_Validator') === false) { 543 544 echo '<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
Note: See TracChangeset
for help on using the changeset viewer.