Changeset 12516
- Timestamp:
- 01/11/2020 01:46:16 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/js/mentions.js
r11912 r12516 136 136 137 137 /** 138 * Override default behavio ur which inserts junk tags in the WordPress Visual editor.138 * Override default behavior which inserts junk tags in the WordPress Visual editor. 139 139 * 140 140 * @param {unknown} $inputor Element which we're inserting content into. -
trunk/tests/phpunit/testcases/groups/template.php
r12444 r12516 528 528 * Default sort order should be the joined date 529 529 * 530 * @ticket tBP5106530 * @ticket BP5106 531 531 * @group bp_group_has_members 532 532 */ -
trunk/tests/phpunit/testcases/members/class-bp-signup.php
r11832 r12516 66 66 */ 67 67 public function test_add_no_visibility_level_set_should_use_default_visiblity_level() { 68 // Update field_1's default visib lity to 'adminsonly'68 // Update field_1's default visibility to 'adminsonly'. 69 69 bp_xprofile_update_field_meta( 1, 'default_visibility', 'adminsonly' ); 70 70 -
trunk/tests/phpunit/testcases/notifications/class-bp-notifications-notification.php
r11737 r12516 34 34 $this->assertEquals( $expected, $actual ); 35 35 36 // reset co pmonent toggles36 // reset component toggles. 37 37 if ( $groups_toggle ) { 38 38 buddypress()->active_components['groups'] = 1; … … 76 76 $this->assertEquals( 1, $n ); 77 77 78 // reset co pmonent toggles78 // reset component toggles. 79 79 if ( $groups_toggle ) { 80 80 buddypress()->active_components['groups'] = 1; -
trunk/tests/phpunit/testcases/xprofile/cache.php
r11737 r12516 134 134 bp_xprofile_add_meta( $d->id, 'data', 'data_foo', 'data_bar' ); 135 135 136 // prime cache136 // Prime cache. 137 137 bp_has_profile( array( 138 138 'user_id' => $u,
Note: See TracChangeset
for help on using the changeset viewer.