Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/18/2025 12:55:54 AM (4 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/extend/buddypress/groups.php

    r7361 r7372  
    18041804
    18051805        // Use the first group ID
    1806         $group_id   = $group_ids[0];
    1807         $group      = groups_get_group( array( 'group_id' => $group_id ) );
     1806        $group_id   = $group_ids[0];
     1807        $group      = groups_get_group( array( 'group_id' => $group_id ) );
    18081808        $group_link  = trailingslashit( $this->group_url( $group ) );
    18091809        $redirect_to = trailingslashit( $group_link . $this->slug );
Note: See TracChangeset for help on using the changeset viewer.