Skip to:
Content

BuddyPress.org

#8883 closed defect (bug) (fixed)

Inline PHP statement must end with a semicolon.

Reported by: upadalavipul's profile upadalavipul Owned by: imath's profile imath
Milestone: 12.0.0 Priority: normal
Severity: normal Version:
Component: Templates Keywords: has-patch commit
Cc:

Description

I have reviewed the BuddyPress code and found that the PHP statement end semicolon was missing in one file. Please check the below file.

File:

  • src/bp-templates/bp-legacy/buddypress/assets/embeds/footer.php

Attachments (1)

8883.patch (485 bytes) - added by upadalavipul 17 months ago.

Download all attachments as: .zip

Change History (3)

@upadalavipul
17 months ago

#1 @imath
17 months ago

  • Component changed from Core to Templates
  • Keywords has-patch commit added
  • Milestone changed from Awaiting Review to 12.0.0

Here’s another good catch, thanks a lot @upadalavipul I’ll commit it shortly 👍

#2 @imath
17 months ago

  • Owner set to imath
  • Resolution set to fixed
  • Status changed from new to closed

In 13470:

Activity: Apply PHPCS in the Embed footer template

Make sure inline PHP Statements end with a semicolon.

Props upadalavipul

Fixes #8883

Note: See TracTickets for help on using tickets.