Skip to:
Content

BuddyPress.org

Opened 3 years ago

Closed 3 years ago

#8883 closed defect (bug) (fixed)

Inline PHP statement must end with a semicolon.

Reported by: upadalavipul Owned by: imath
Priority: normal Milestone: 12.0.0
Component: Templates Version:
Severity: normal 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 3 years ago.

Download all attachments as: .zip

Change History (3)

@upadalavipul
3 years ago

#1 @imath
3 years ago

  • Component CoreTemplates
  • Keywords has-patch commit added
  • Milestone Awaiting Review12.0.0

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

#2 @imath
3 years ago

  • Owner set to imath
  • Resolutionfixed
  • Status newclosed

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.