Changeset 2037
- Timestamp:
- 10/05/2009 06:58:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-status.php
r2034 r2037 110 110 */ 111 111 112 function bp_status_add_status( $user_id, $content ) {112 function bp_status_add_status( $user_id, $content, $recorded_time = false ) { 113 113 global $bp; 114 114 115 115 $content = apply_filters( 'bp_status_content_before_save', $content ); 116 $recorded_time = time(); 116 117 if ( !$recorded_time ) 118 $recorded_time = time(); 117 119 118 120 if ( !$content || empty($content) )
Note: See TracChangeset
for help on using the changeset viewer.