Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/03/2026 02:21:26 AM (5 weeks ago)
Author:
espellcaste
Message:

WPCS: Improve embedded PHP formatting.

Normalize PHP tag spacing and inline statement formatting throughout components and template packs while preserving whitespace-sensitive output.

Props espellcaste.
See #9174.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/members/single/invitations/invitations-loop.php

    r12951 r14264  
    4646                                                </label>
    4747                                        </td>
    48                                         <td class="invitation-invitee"><?php bp_the_members_invitation_property( 'invitee_email' );  ?></td>
    49                                         <td class="invitation-content"><?php bp_the_members_invitation_property( 'content' );  ?></td>
    50                                         <td class="invitation-sent"><?php bp_the_members_invitation_property( 'invite_sent' );  ?></td>
    51                                         <td class="invitation-accepted"><?php bp_the_members_invitation_property( 'accepted' );  ?></td>
    52                                         <td class="invitation-date-modified"><?php bp_the_members_invitation_property( 'date_modified' );   ?></td>
     48                                        <td class="invitation-invitee"><?php bp_the_members_invitation_property( 'invitee_email' ); ?></td>
     49                                        <td class="invitation-content"><?php bp_the_members_invitation_property( 'content' ); ?></td>
     50                                        <td class="invitation-sent"><?php bp_the_members_invitation_property( 'invite_sent' ); ?></td>
     51                                        <td class="invitation-accepted"><?php bp_the_members_invitation_property( 'accepted' ); ?></td>
     52                                        <td class="invitation-date-modified"><?php bp_the_members_invitation_property( 'date_modified' ); ?></td>
    5353                                        <td class="invitation-actions"><?php bp_the_members_invitation_action_links(); ?></td>
    5454                                </tr>
Note: See TracChangeset for help on using the changeset viewer.