Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#1395 closed defect (bug) (duplicate)

</form> and </div> mixed up in Changeset 2152

Reported by: 21cdb's profile 21cdb Owned by:
Milestone: Priority: major
Severity: Version:
Component: Keywords:
Cc: email@…

Description

Isn't it supposed to be a closed <form> tag instead of a closed <div> on line 60 of Changeset 2152 - trunk/bp-activity/bp-activity-widgets.php?


56	        <form action="" name="activity-widget-form" id="activity-widget-form" method="post"> 
 	57	                <?php wp_nonce_field( 'activity_filter', '_wpnonce_activity_filter' ) ?> 
 	58	                <input type="hidden" id="aw-querystring" name="aw-querystring" value="" /> 
 	59	                <input type="hidden" id="aw-oldestpage" name="aw-oldestpage" value="1" /> 
 	60	        </div> 
 	61	 

Change History (2)

#2 @hempsworth
15 years ago

  • Resolution set to duplicate
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.