Changeset 11513 for trunk/tests/phpunit/testcases/admin/functions.php
- Timestamp:
- 03/16/2017 03:49:08 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/admin/functions.php
r10972 r11513 145 145 ) ) ); 146 146 147 $page_ids = array_merge( $new_page_ids, (array)bp_core_get_directory_page_ids( 'all' ) );147 $page_ids = array_merge( $new_page_ids, bp_core_get_directory_page_ids( 'all' ) ); 148 148 bp_core_update_directory_page_ids( $page_ids ); 149 149
Note: See TracChangeset
for help on using the changeset viewer.