Changeset 1198 in tests
- Timestamp:
- 01/31/2013 09:19:57 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/tests/export/class-wp-export-query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/export/class-wp-export-query.php
r1195 r1198 238 238 239 239 private static function get_term_ids( $terms ) { 240 return array_values( array_map( array( self, '_get_term_ids_cb' ), $terms ) );240 return array_values( array_map( array( __CLASS__, '_get_term_ids_cb' ), $terms ) ); 241 241 } 242 242
Note: See TracChangeset
for help on using the changeset viewer.