Changeset 4822 for trunk/bp-friends/bp-friends-screens.php
- Timestamp:
- 07/23/2011 06:17:04 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-friends/bp-friends-screens.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-screens.php
r4605 r4822 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 friends_screen_my_friends() {
Note: See TracChangeset
for help on using the changeset viewer.