Ticket #2710: 2710.2.diff
File 2710.2.diff, 829 bytes (added by , 10 years ago) |
---|
-
src/includes/admin/converters/bbPress1.php
352 352 'callback_method' => 'callback_slug' 353 353 ); 354 354 355 // Term description. 356 $this->field_map[] = array( 357 'from_tablename' => 'term_taxonomy', 358 'from_fieldname' => 'description', 359 'join_tablename' => 'term_relationships', 360 'join_type' => 'INNER', 361 'join_expression' => 'USING (term_taxonomy_id)', 362 'to_type' => 'tags', 363 'to_fieldname' => 'description', 364 'callback_method' => 'callback_html' 365 ); 366 355 367 /** Reply Section *****************************************************/ 356 368 357 369 // Old reply id (Stored in postmeta)