Opened 16 years ago
Closed 16 years ago
#2557 closed defect (bug) (fixed)
bp-blogs-templatetags.php - code formatting
| Reported by: | nuprn1 | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 1.2.6 |
| Component: | Blogs | Version: | |
| Severity: | Keywords: | ||
| Cc: |
Description
extremely minor - while creating a bp hook reference script - i noticed an inconsistency:
line 347
<?php do_action( "signup_hidden_fields" ); ?>
change to
<?php do_action( 'signup_hidden_fields' ); ?>
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [3149]) Fixes #2557 props nuprn1