Changes between Initial Version and Version 1 of Ticket #48142, comment 10
- Timestamp:
- 09/26/2019 07:56:43 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48142, comment 10
initial v1 6 6 {{{#!php 7 7 <?php 8 `if ( $cat_id !== (string) $category ) {8 if ( $cat_id !== (string) $category ) { 9 9 }}} 10 10