Changeset 5453
- Timestamp:
- 08/05/2014 07:58:33 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converter.php
r5452 r5453 518 518 break; 519 519 520 // STEP 12. Convert reply_toparents.520 // STEP 12. Convert threaded replies parents. 521 521 case 12 : 522 522 if ( $converter->convert_reply_to_parents( $start ) ) { … … 524 524 update_option( '_bbp_converter_start', 0 ); 525 525 if ( empty( $start ) ) { 526 $this->converter_output( __( 'No reply_to parents to convert', 'bbpress' ) );526 $this->converter_output( __( 'No threaded replies to convert', 'bbpress' ) ); 527 527 } 528 528 } else { 529 529 update_option( '_bbp_converter_start', $max + 1 ); 530 $this->converter_output( sprintf( __( 'Calculating reply_toparents (%1$s - %2$s)', 'bbpress' ), $min, $max ) );530 $this->converter_output( sprintf( __( 'Calculating threaded replies parents (%1$s - %2$s)', 'bbpress' ), $min, $max ) ); 531 531 } 532 532
Note: See TracChangeset
for help on using the changeset viewer.