Changes between Initial Version and Version 1 of Ticket #3015
- Timestamp:
- 11/04/2016 11:47:18 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3015 – Description
initial v1 11 11 > See #WP37102 for details on this change. 12 12 13 The BuddyPress PHPUnit test suite uses `get_blog_details()` in the following locations:13 The bbPress PHPUnit test suite uses `get_blog_details()` in the following locations: 14 14 15 https://b uddypress.trac.wordpress.org/browser/trunk/tests/phpunit/includes/testcase.php#L34816 https://b uddypress.trac.wordpress.org/browser/trunk/tests/phpunit/includes/testcase.php#L35315 https://bbpress.trac.wordpress.org/browser/trunk/tests/phpunit/includes/testcase.php#L282 16 https://bbpress.trac.wordpress.org/browser/trunk/tests/phpunit/includes/testcase.php#L287 17 17 18 18 Related: #BuddyPress7326