Changeset 12680 for trunk/wp-includes/comment-template.php
- Timestamp:
- 01/09/2010 10:03:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r12657 r12680 505 505 * 506 506 * @param string $deprecated Not Used 507 * @param bool $deprecated Not Used508 */ 509 function comments_link( $deprecated = '', $deprecated = '' ) {507 * @param bool $deprecated_2 Not Used 508 */ 509 function comments_link( $deprecated = '', $deprecated_2 = '' ) { 510 510 if ( !empty( $deprecated ) ) 511 _deprecated_argument( __FUNCTION__, '0.0' ); 511 _deprecated_argument( __FUNCTION__, '0.72' ); 512 if ( !empty( $deprecated_2 ) ) 513 _deprecated_argument( __FUNCTION__, '1.3' ); 512 514 echo get_comments_link(); 513 515 } … … 554 556 555 557 if ( !empty( $deprecated ) ) 556 _deprecated_argument( __FUNCTION__, ' 0.0' );558 _deprecated_argument( __FUNCTION__, '1.3' ); 557 559 558 560 $number = get_comments_number($id);
Note: See TracChangeset
for help on using the changeset viewer.