Skip to:
Content

bbPress.org

Ticket #2710: 2710.01.patch

File 2710.01.patch, 764 bytes (added by thebrandonallen, 10 years ago)
  • src/includes/admin/converters/bbPress1.php

    diff --git src/includes/admin/converters/bbPress1.php src/includes/admin/converters/bbPress1.php
    index 64b32d4..7968a86 100644
    public function setup_globals() { 
    352352                        'callback_method' => 'callback_slug'
    353353                );
    354354
     355                // Term slug.
     356                $this->field_map[] = array(
     357                        'from_tablename'  => 'terms',
     358                        'from_fieldname'  => 'description',
     359                        'join_tablename'  => 'term_taxonomy',
     360                        'join_type'       => 'INNER',
     361                        'join_expression' => 'USING (term_id)',
     362                        'to_type'         => 'tags',
     363                        'to_fieldname'    => 'description',
     364                );
     365
    355366                /** Reply Section *****************************************************/
    356367
    357368                // Old reply id (Stored in postmeta)