Changes between Initial Version and Version 1 of Ticket #54851, comment 1
- Timestamp:
- 01/19/2022 01:44:18 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54851, comment 1
initial v1 1 That effectively kills the line after it which is where "Comments are closed" is output, but without just deleting it completely.1 -> That effectively kills the line after it which is where "Comments are closed" is output, but without just deleting it completely. 2 2 3 3 if ( 0 && ! comments_open() ) : 4 4 5 5 6 simplest way is to find out the following line and delete or comment it.6 -> simplest way is to find out the following line and delete or comment it.