Skip to:
Content

bbPress.org

Changes between Initial Version and Version 1 of Ticket #3015


Ignore:
Timestamp:
11/04/2016 11:47:18 PM (9 years ago)
Author:
netweb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3015 – Description

    initial v1  
    1111> See #WP37102 for details on this change.
    1212
    13 The BuddyPress PHPUnit test suite uses `get_blog_details()` in the following locations:
     13The bbPress PHPUnit test suite uses `get_blog_details()` in the following locations:
    1414
    15 https://buddypress.trac.wordpress.org/browser/trunk/tests/phpunit/includes/testcase.php#L348
    16 https://buddypress.trac.wordpress.org/browser/trunk/tests/phpunit/includes/testcase.php#L353
     15https://bbpress.trac.wordpress.org/browser/trunk/tests/phpunit/includes/testcase.php#L282
     16https://bbpress.trac.wordpress.org/browser/trunk/tests/phpunit/includes/testcase.php#L287
    1717
    1818Related: #BuddyPress7326