Changeset 5454
- Timestamp:
- 08/05/2014 10:55:05 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converter.php
r5453 r5454 488 488 break; 489 489 490 // STEP 10. Convert t ags.490 // STEP 10. Convert topic tags. 491 491 case 10 : 492 492 if ( $converter->convert_tags( $start ) ) { … … 494 494 update_option( '_bbp_converter_start', 0 ); 495 495 if ( empty( $start ) ) { 496 $this->converter_output( __( 'No t ags to convert', 'bbpress' ) );496 $this->converter_output( __( 'No topic tags to convert', 'bbpress' ) ); 497 497 } 498 498 } else { … … 805 805 806 806 /** 807 * Convert T ags807 * Convert Topic Tags 808 808 */ 809 809 public function convert_tags( $start = 1 ) {
Note: See TracChangeset
for help on using the changeset viewer.