Changeset 7735
- Timestamp:
- 01/14/2014 09:06:54 AM (11 years ago)
- Location:
- branches/1.9
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.9/bp-activity/bp-activity-screens.php
r7622 r7735 388 388 'post_type' => 'bp_activity', 389 389 'post_status' => 'publish', 390 'is_ archive'=> true,390 'is_page' => true, 391 391 'comment_status' => 'closed' 392 392 ) ); … … 441 441 'post_type' => 'bp_activity', 442 442 'post_status' => 'publish', 443 'is_ archive'=> true,443 'is_page' => true, 444 444 'comment_status' => 'closed' 445 445 ) ); -
branches/1.9/bp-blogs/bp-blogs-screens.php
r7555 r7735 157 157 'post_type' => 'bp_blogs', 158 158 'post_status' => 'publish', 159 'is_ archive'=> true,159 'is_page' => true, 160 160 'comment_status' => 'closed' 161 161 ) ); … … 220 220 'post_type' => 'bp_group', 221 221 'post_status' => 'publish', 222 'is_ archive'=> true,222 'is_page' => true, 223 223 'comment_status' => 'closed' 224 224 ) ); -
branches/1.9/bp-forums/bp-forums-screens.php
r7554 r7735 219 219 'post_type' => 'bp_forum', 220 220 'post_status' => 'publish', 221 'is_ archive'=> true,221 'is_page' => true, 222 222 'comment_status' => 'closed' 223 223 ) ); -
branches/1.9/bp-groups/bp-groups-screens.php
r7624 r7735 1037 1037 'post_type' => 'bp_group', 1038 1038 'post_status' => 'publish', 1039 'is_ archive'=> true,1039 'is_page' => true, 1040 1040 'comment_status' => 'closed' 1041 1041 ) ); … … 1098 1098 'post_type' => 'bp_group', 1099 1099 'post_status' => 'publish', 1100 'is_ archive'=> true,1100 'is_page' => true, 1101 1101 'comment_status' => 'closed' 1102 1102 ) ); … … 1158 1158 'post_type' => 'bp_group', 1159 1159 'post_status' => 'publish', 1160 'is_ archive'=> true,1160 'is_page' => true, 1161 1161 'comment_status' => 'closed' 1162 1162 ) ); -
branches/1.9/bp-members/bp-members-screens.php
r7438 r7735 372 372 'post_type' => 'bp_members', 373 373 'post_status' => 'publish', 374 'is_ archive'=> true,374 'is_page' => true, 375 375 'comment_status' => 'closed' 376 376 ) ); … … 432 432 'post_type' => 'bp_members', 433 433 'post_status' => 'publish', 434 'is_ archive'=> true,434 'is_page' => true, 435 435 'comment_status' => 'closed' 436 436 ) ); … … 548 548 'post_type' => $post_type, 549 549 'post_status' => 'publish', 550 'is_ archive'=> true,550 'is_page' => true, 551 551 'comment_status' => 'closed' 552 552 ) );
Note: See TracChangeset
for help on using the changeset viewer.