Changeset 2186067
- Timestamp:
- 11/05/2019 10:58:26 AM (6 years ago)
- File:
-
- 1 edited
-
iteras/trunk/public/iteras-public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iteras/trunk/public/iteras-public.php
r2054522 r2186067 384 384 global $post; 385 385 386 if (!is_singular() )386 if (!is_singular() || !in_the_loop()) 387 387 return $content; 388 388
Note: See TracChangeset
for help on using the changeset viewer.