Changeset 48457
- Timestamp:
- 07/13/2020 02:40:27 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r48393 r48457 1868 1868 * @since 2.7.0 1869 1869 * 1870 * @param string $text Optional. Text to display for cancel reply link. Default empty. 1870 * @param string $text Optional. Text to display for cancel reply link. If empty, 1871 * defaults to 'Click here to cancel reply'. Default empty. 1871 1872 * @return string 1872 1873 */ … … 1898 1899 * @since 2.7.0 1899 1900 * 1900 * @param string $text Optional. Text to display for cancel reply link. Default empty. 1901 * @param string $text Optional. Text to display for cancel reply link. If empty, 1902 * defaults to 'Click here to cancel reply'. Default empty. 1901 1903 */ 1902 1904 function cancel_comment_reply_link( $text = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.