Skip to:
Content

bbPress.org

Changeset 3886


Ignore:
Timestamp:
05/06/2012 10:59:03 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Converter:

  • Remove extra "Found" text from converter process
  • See #1820
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-admin/bbp-converter.php

    r3884 r3886  
    820820            if ( !empty( $forum_array ) ) {
    821821
    822                 // Update output
    823                 printf( __( 'Found %s (%d - %d)', 'bbpress' ) . '<br />', $to_type, $start, $start + count( $forum_array) - 1 );
    824 
    825822                // Loop through results
    826823                foreach ( (array) $forum_array as $forum ) {
Note: See TracChangeset for help on using the changeset viewer.