Skip to:
Content

BuddyPress.org

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' ); ?>

Change History (1)

#1 @johnjamesjacoby
16 years ago

  • Resolutionfixed
  • Status newclosed

(In [3149]) Fixes #2557 props nuprn1

Note: See TracTickets for help on using tickets.