- Timestamp:
- 07/22/2014 06:13:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress-functions.php
r8557 r8662 705 705 706 706 if ( empty( $activity_id ) ) 707 exit( '-1<div id="message" class="error"><p>' . __( 'There was a problem posting your update ,please try again.', 'buddypress' ) . '</p></div>' );707 exit( '-1<div id="message" class="error"><p>' . __( 'There was a problem posting your update; please try again.', 'buddypress' ) . '</p></div>' ); 708 708 709 709 $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.