Changeset 9275
- Timestamp:
- 12/24/2014 04:30:10 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/avatars.php
r9139 r9275 59 59 } 60 60 61 // switch to BP root blog if necessary62 if ( bp_get_root_blog_id() != get_current_blog_id() ) {63 $this->go_to( '/' );64 }65 66 61 // get BP root blog's upload directory data 67 62 $upload_dir = wp_upload_dir(); 68 69 restore_current_blog();70 63 71 64 // create new subsite
Note: See TracChangeset
for help on using the changeset viewer.