Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/18/2025 12:55:54 AM (5 months ago)
Author:
johnjamesjacoby
Message:

Tools - Code Improvement: stop ignoring Universal.WhiteSpace.DisallowInlineTabs.NonIndentTabsUsed sniff.

This change replaces inline tabs with spaces from a bunch of files where they have crept in over the years.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/converters/FluxBB.php

    r7352 r7372  
    455455
    456456        // Store old user salt (This is only used for the SELECT row info for the above password save)
    457 //      $this->field_map[] = array(
    458 //          'from_tablename' => 'users',
    459 //          'from_fieldname' => 'salt',
    460 //          'to_type'        => 'user',
    461 //          'to_fieldname'   => ''
    462 //      );
     457        /*
     458        $this->field_map[] = array(
     459            'from_tablename' => 'users',
     460            'from_fieldname' => 'salt',
     461            'to_type'        => 'user',
     462            'to_fieldname'   => ''
     463        );
     464        */
    463465
    464466        // User password verify class (Stored in usermeta for verifying password)
Note: See TracChangeset for help on using the changeset viewer.