Changeset 2164836
- Timestamp:
- 09/28/2019 10:54:30 AM (7 years ago)
- File:
-
- 1 edited
-
dynamic-widgets/trunk/dynwid_worker.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dynamic-widgets/trunk/dynwid_worker.php
r1698398 r2164836 524 524 } 525 525 /* Only Author */ 526 } else if ( count($act_author) > 0 && count($act_category == 0)) {526 } else if ( count($act_author) > 0 && count($act_category) == 0 ) { 527 527 if ( in_array($post->post_author, $act_author) ) { 528 528 $display = $other;
Note: See TracChangeset
for help on using the changeset viewer.