Changeset 30681 for trunk/src/wp-includes/comment-template.php
- Timestamp:
- 12/01/2014 01:33:34 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment-template.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r30656 r30681 708 708 * 709 709 * @param string $deprecated Not Used. 710 * @param bool$deprecated_2 Not Used.710 * @param string $deprecated_2 Not Used. 711 711 */ 712 712 function comments_link( $deprecated = '', $deprecated_2 = '' ) { … … 1354 1354 * @param int|WP_Post $post Post ID or WP_Post object the comment is going to be displayed on. 1355 1355 * Default current post. 1356 * @return mixedLink to show comment form, if successful. False, if comments are closed.1356 * @return null|false|string Link to show comment form, if successful. False, if comments are closed. 1357 1357 */ 1358 1358 function get_comment_reply_link( $args = array(), $comment = null, $post = null ) { … … 1467 1467 * @param int|WP_Post $post Optional. Post ID or WP_Post object the comment is going to be displayed on. 1468 1468 * Default current post. 1469 * @return string|bool|nullLink to show comment form, if successful. False, if comments are closed.1469 * @return false|null|string Link to show comment form, if successful. False, if comments are closed. 1470 1470 */ 1471 1471 function get_post_reply_link($args = array(), $post = null) {
Note: See TracChangeset
for help on using the changeset viewer.