Changeset 6848 for trunk/src/includes/common/functions.php
- Timestamp:
- 08/09/2018 07:53:28 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/common/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/functions.php
r6838 r6848 1729 1729 1730 1730 // Bail if nothing passed 1731 if ( empty( $p arent_id ) || empty( $post_type ) ) {1731 if ( empty( $post_type ) ) { 1732 1732 return false; 1733 1733 }
Note: See TracChangeset
for help on using the changeset viewer.