Changeset 45741
- Timestamp:
- 08/04/2019 02:19:19 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r45739 r45741 1622 1622 * @param int|WP_Post $post Post ID or WP_Post object the comment is going to be displayed on. 1623 1623 * Default current post. 1624 * @return void|false|stringLink to show comment form, if successful. False, if comments are closed.1624 * @return string|false|null Link to show comment form, if successful. False, if comments are closed. 1625 1625 */ 1626 1626 function get_comment_reply_link( $args = array(), $comment = null, $post = null ) { … … 1731 1731 * @param int|WP_Post $post Post ID or WP_Post object the comment is going to be displayed on. 1732 1732 * Default current post. 1733 * @return mixed Link to show comment form, if successful. False, if comments are closed.1734 1733 */ 1735 1734 function comment_reply_link( $args = array(), $comment = null, $post = null ) { … … 1758 1757 * @param int|WP_Post $post Optional. Post ID or WP_Post object the comment is going to be displayed on. 1759 1758 * Default current post. 1760 * @return false|null|stringLink to show comment form, if successful. False, if comments are closed.1759 * @return string|false|null Link to show comment form, if successful. False, if comments are closed. 1761 1760 */ 1762 1761 function get_post_reply_link( $args = array(), $post = null ) { … … 1822 1821 * @param int|WP_Post $post Post ID or WP_Post object the comment is going to be displayed on. 1823 1822 * Default current post. 1824 * @return string|bool|null Link to show comment form, if successful. False, if comments are closed.1825 1823 */ 1826 1824 function post_reply_link( $args = array(), $post = null ) {
Note: See TracChangeset
for help on using the changeset viewer.