Changes between Initial Version and Version 1 of Ticket #22112
- Timestamp:
- 10/05/2012 06:25:53 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22112
-
Property
Component
changed from
GeneraltoTemplate
-
Property
Component
changed from
-
Ticket #22112 – Description
initial v1 13 13 14 14 My resolution: I remove 1154-1157. 15 {{{ 15 16 if ( ! empty( $cat_array ) ) { 16 17 $excluded_categories = array_diff($excluded_categories, $cat_array); 17 18 $posts_in_ex_cats_sql = ''; 18 19 } 20 }}}