Changeset 12537 for trunk/wp-includes/comment-template.php
- Timestamp:
- 12/24/2009 11:12:04 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/comment-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r12396 r12537 504 504 * @since 0.71 505 505 * 506 * @param string $deprecated Not Used 507 * @param bool $deprecated Not Used 508 */ 509 function comments_link( $deprecated = '', $deprecated = '' ) { 506 * @param string $deprecated_1 Not Used 507 * @param bool $deprecated_2 Not Used 508 */ 509 function comments_link( $deprecated_1 = '', $deprecated_2 = '' ) { 510 if ( !empty( $deprecated_1 ) ) 511 _deprecated_argument(__FUNCTION__, 'deprecated_1', '0.0'); 512 if ( !empty( $deprecated_2 ) ) 513 _deprecated_argument(__FUNCTION__, 'deprecated_2', '0.0'); 514 510 515 echo get_comments_link(); 511 516 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)