Skip to:
Content

bbPress.org

Changeset 5453


Ignore:
Timestamp:
08/05/2014 07:58:33 AM (11 years ago)
Author:
netweb
Message:

Updated verbiage when converting threaded replies, lets call them what they are in bbPress terms, "threaded replies", rather than the abstract term "reply_to".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/converter.php

    r5452 r5453  
    518518                break;
    519519
    520             // STEP 12. Convert reply_to parents.
     520            // STEP 12. Convert threaded replies parents.
    521521            case 12 :
    522522                if ( $converter->convert_reply_to_parents( $start ) ) {
     
    524524                    update_option( '_bbp_converter_start', 0         );
    525525                    if ( empty( $start ) ) {
    526                         $this->converter_output( __( 'No reply_to parents to convert', 'bbpress' ) );
     526                        $this->converter_output( __( 'No threaded replies to convert', 'bbpress' ) );
    527527                    }
    528528                } else {
    529529                    update_option( '_bbp_converter_start', $max + 1 );
    530                     $this->converter_output( sprintf( __( 'Calculating reply_to parents (%1$s - %2$s)', 'bbpress' ), $min, $max ) );
     530                    $this->converter_output( sprintf( __( 'Calculating threaded replies parents (%1$s - %2$s)', 'bbpress' ), $min, $max ) );
    531531                }
    532532
Note: See TracChangeset for help on using the changeset viewer.