Skip to:
Content

bbPress.org

Ticket #2710: 2710.2.diff

File 2710.2.diff, 829 bytes (added by netweb, 10 years ago)
  • src/includes/admin/converters/bbPress1.php

     
    352352                        'callback_method' => 'callback_slug'
    353353                );
    354354
     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
    355367                /** Reply Section *****************************************************/
    356368
    357369                // Old reply id (Stored in postmeta)