#1807 closed defect (bug) (no action required)
syntax error bp-core-cssjs.php on line 50
Reported by: | 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)
#3
@
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.
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.