Changeset 4825 for trunk/bp-messages/bp-messages-screens.php
- Timestamp:
- 07/23/2011 06:23:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-screens.php
r4558 r4825 1 1 <?php 2 3 2 /******************************************************************************* 4 3 * Screen functions are the controllers of BuddyPress. They will execute when their … … 6 5 * functions, then pass on the user to a template file. 7 6 */ 7 8 // Exit if accessed directly 9 if ( !defined( 'ABSPATH' ) ) exit; 8 10 9 11 function messages_screen_inbox() {
Note: See TracChangeset
for help on using the changeset viewer.