Opened 14 years ago
Closed 14 years ago
#2557 closed defect (bug) (fixed)
bp-blogs-templatetags.php - code formatting
Reported by: | nuprn1 | Owned by: | |
---|---|---|---|
Milestone: | 1.2.6 | Priority: | trivial |
Severity: | Version: | ||
Component: | Blogs | 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.
(In [3149]) Fixes #2557 props nuprn1