Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

#2557 closed defect (bug) (fixed)

bp-blogs-templatetags.php - code formatting

Reported by: nuprn1's profile 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' ); ?>

Change History (1)

#1 @johnjamesjacoby
14 years ago

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

(In [3149]) Fixes #2557 props nuprn1

Note: See TracTickets for help on using tickets.