Changeset 10941 for trunk/tests/phpunit/testcases/admin/functions.php
- Timestamp:
- 07/10/2016 09:46:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/admin/functions.php
r10647 r10941 253 253 ) ); 254 254 255 $correct_descriptions = bp_email_get_type_schema( );255 $correct_descriptions = bp_email_get_type_schema( 'description' ); 256 256 foreach ( $d_terms as $d_term ) { 257 257 $correct_description = $correct_descriptions[ $d_term->slug ];
Note: See TracChangeset
for help on using the changeset viewer.