Opened 7 years ago
Closed 7 years ago
#7544 closed enhancement (fixed)
Closing PHP tag in various bp-legacy templates
Reported by: | lenasterg | Owned by: | djpaul |
---|---|---|---|
Milestone: | 2.9 | Priority: | lowest |
Severity: | trivial | Version: | |
Component: | Core | Keywords: | has-patch |
Cc: |
Description
Hi.
I noticed that various bp-legacy templates have PHP closing tags at the last line.
Bests,
Lena
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Hi @lenasterg
Good spot. A lot of the changed files now have a trailing space -- e.g. src/bp-templates/bp-legacy/buddypress/groups/create.php ends "
do_action( 'bp_after_group_activity_content' );
"Any chance you can update the patch and remove those spaces? Otherwise there's not a lot of point removing the closing tags if, by doing so, we introduce a new imperfection? Thanks.