Changes between Initial Version and Version 1 of Ticket #45260
- Timestamp:
- 11/05/2018 06:52:48 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45260
-
Property
Component
changed from
Networks and Sites
toPosts, Post Types
-
Property
Component
changed from
-
Ticket #45260 – Description
initial v1 14 14 15 15 workaround for me after the is_main_site() check: 16 16 {{{ 17 17 if ($data['post_parent'] > 0) return $data; 18 }}}