Opened 8 years ago
Closed 8 years ago
#7776 closed enhancement (fixed)
Redunent $title variable assignment in widget() method for BP_Nouveau_Object_Nav_Widget
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | trivial | Version: | |
| Component: | Templates | Keywords: | |
| Cc: |
Description
$title is being initialized as an empty string right before an if statement checking for a filtered bp_nouveau_widget_title value, and if that returns true, we re-initialize the same $title variable as an empty string again.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 12009: