Skip to:
Content

BuddyPress.org

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#8085 closed defect (bug) (fixed)

php tags missing from bp_nouveau blogs-loop.php

Reported by: venutius's profile Venutius Owned by: boonebgorges's profile boonebgorges
Milestone: 4.3.0 Priority: normal
Severity: normal Version: 3.0.0
Component: Templates Keywords:
Cc:

Description

There's an error on line 66 of bp-templates/bp-nouveau/buddypress/blogs/blogs-loop.php.

The php tags are missing around this statement.

It should be changed to:

<?php bp_nouveau_user_feedback( ‘blogs-loop-none’ ); ?>

Change History (3)

#1 @boonebgorges
6 years ago

  • Component changed from Core to Templates
  • Milestone changed from Awaiting Review to 4.3.0
  • Version set to 3.0.0

Yikes, good find.

#2 @boonebgorges
6 years ago

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

In 12363:

Nouveau: Add missing PHP delimiters to blogs-loop.php.

Props Venutius.
Fixes #8085.

#3 @boonebgorges
6 years ago

In 12364:

Nouveau: Add missing PHP delimiters to blogs-loop.php

Props Venutius.
Fixes #8085.

Note: See TracTickets for help on using tickets.