Changes between Initial Version and Version 1 of Ticket #37267, comment 4
- Timestamp:
- 07/20/2016 10:42:25 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37267, comment 4
initial v1 2 2 3 3 {{{ 4 if ( ! get_option( 'thread_comments' ) ) { 5 return ''; 6 } 4 function get_cancel_comment_reply_link( $text = '' ) { 5 if ( ! get_option( 'thread_comments' ) ) { 6 return ''; 7 } 8 // Rest of code. 7 9 }}}