Changeset 10246
- Timestamp:
- 10/11/2015 03:46:24 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/admin/bp-members-admin-classes.php
r10149 r10246 763 763 * Allow plugins to add their custom column. 764 764 * 765 * @since BuddyPress2.1.0765 * @since 2.1.0 766 766 * 767 767 * @param object|null $signup_object The signup data object. -
trunk/tests/phpunit/includes/testcase.php
r10222 r10246 11 11 * A flag indicating whether an autocommit has been detected inside of a test. 12 12 * 13 * @since BuddyPress (2.4.0)13 * @since 2.4.0 14 14 * 15 15 * @var bool … … 20 20 * A list of components that have been deactivated during a test. 21 21 * 22 * @since BuddyPress (2.4.0)22 * @since 2.4.0 23 23 * 24 24 * @var array … … 529 529 * Set a flag that an autocommit has taken place inside of a test method. 530 530 * 531 * @since BuddyPress (2.4.0)531 * @since 2.4.0 532 532 */ 533 533 public function set_autocommit_flag() { … … 538 538 * Deactivate a component for the duration of a test. 539 539 * 540 * @since BuddyPress (2.4.0)540 * @since 2.4.0 541 541 * 542 542 * @param string $component Component name.
Note: See TracChangeset
for help on using the changeset viewer.