Changeset 5176 for trunk/includes/admin/converters/bbPress1.php
- Timestamp:
- 11/23/2013 01:00:51 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/includes/admin/converters/bbPress1.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/admin/converters/bbPress1.php
r5170 r5176 325 325 ); 326 326 327 // Term slug. 328 $this->field_map[] = array( 329 'from_tablename' => 'terms', 330 'from_fieldname' => 'slug', 331 'join_tablename' => 'term_taxonomy', 332 'join_type' => 'INNER', 333 'join_expression' => 'USING (term_id)', 334 'to_type' => 'tags', 335 'to_fieldname' => 'slug', 336 'callback_method' => 'callback_slug' 337 ); 338 327 339 /** Reply Section *****************************************************/ 328 340
Note: See TracChangeset
for help on using the changeset viewer.