Changeset 4825 for trunk/bp-messages/bp-messages-functions.php
- Timestamp:
- 07/23/2011 06:23:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-functions.php
r4775 r4825 1 1 <?php 2 3 2 /******************************************************************************* 4 3 * Business functions are where all the magic happens in BuddyPress. They will … … 7 6 * true or false on success or failure. 8 7 */ 8 9 // Exit if accessed directly 10 if ( !defined( 'ABSPATH' ) ) exit; 9 11 10 12 function messages_new_message( $args = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.