Changeset 3886
- Timestamp:
- 05/06/2012 10:59:03 PM (14 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-admin/bbp-converter.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/bbp-converter.php
r3884 r3886 820 820 if ( !empty( $forum_array ) ) { 821 821 822 // Update output823 printf( __( 'Found %s (%d - %d)', 'bbpress' ) . '<br />', $to_type, $start, $start + count( $forum_array) - 1 );824 825 822 // Loop through results 826 823 foreach ( (array) $forum_array as $forum ) {
Note: See TracChangeset
for help on using the changeset viewer.