Changeset 12678 for trunk/src/bp-core/bp-core-functions.php
- Timestamp:
- 07/04/2020 11:42:49 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r12603 r12678 2581 2581 'post_date' => 0, 2582 2582 'post_excerpt' => $bp_item['slug'], 2583 'post_type' => ' page',2583 'post_type' => 'bp_nav_menu_item', 2584 2584 'post_status' => 'publish', 2585 2585 'comment_status' => 'closed', … … 2656 2656 'post_date' => 0, 2657 2657 'post_excerpt' => $bp_item['slug'], 2658 'post_type' => ' page',2658 'post_type' => 'bp_nav_menu_item', 2659 2659 'post_status' => 'publish', 2660 2660 'comment_status' => 'closed',
Note: See TracChangeset
for help on using the changeset viewer.