- Timestamp:
- 11/26/2014 02:47:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress-functions.php
r9187 r9190 724 724 725 725 if ( empty( $activity_id ) ) 726 exit( '-1<div id="message" class="error bp-ajax-message"><p>' . __( 'There was a problem posting your update ; please try again.', 'buddypress' ) . '</p></div>' );726 exit( '-1<div id="message" class="error bp-ajax-message"><p>' . __( 'There was a problem posting your update. Please try again.', 'buddypress' ) . '</p></div>' ); 727 727 728 728 $last_recorded = ! empty( $_POST['since'] ) ? date( 'Y-m-d H:i:s', intval( $_POST['since'] ) ) : 0;
Note: See TracChangeset
for help on using the changeset viewer.