Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#1807 closed defect (bug) (no action required)

syntax error bp-core-cssjs.php on line 50

Reported by: windhamdavid's profile windhamdavid Owned by:
Milestone: 1.2 Priority: major
Severity: Version:
Component: Keywords:
Cc:

Description

on revision <a href="http://trac.buddypress.org/changeset/2593">#2593</a>
<<<<<<< .mine
function bp_core_confirmation_js()

Change History (4)

#1 @apeatling
15 years ago

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

Looks like something conflicted when you updated via SVN - you probably edited that file. You need to revert it, or delete the file and update.

#2 @windhamdavid
15 years ago

don't hack the core!! no edits ~ dbl check with a fresh trunk.

#3 @windhamdavid
15 years ago

diffd em ~
<<<<<<< .mine
function bp_core_confirmation_js() { ?><script type="text/javascript"> jQuery(document).ready( function() { jQuery("a.confirm").click( function() { if ( confirm( '<?php _e( 'Are you sure?', 'buddypress' ) ?>' ) ) return true; else return false; }); });</script>
<?php } add_action( 'wp_head', 'bp_core_confirmation_js', 100 );
=======
evidently this one got on through svn b/c the file wasn't edited.

#4 @windhamdavid
15 years ago

fresh trunk is fine.

Note: See TracTickets for help on using tickets.