Changeset 10147 for trunk/src/bp-friends/bp-friends-screens.php
- Timestamp:
- 09/27/2015 05:08:37 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-screens.php
r10081 r10147 1 1 <?php 2 3 2 /** 4 3 * BuddyPress Friends Screen Functions. … … 12 11 */ 13 12 14 // Exit if accessed directly 13 // Exit if accessed directly. 15 14 defined( 'ABSPATH' ) || exit; 16 15 … … 23 22 * Fires before the loading of template for the My Friends page. 24 23 * 25 * @since BuddyPress (1.0.0)24 * @since 1.0.0 26 25 */ 27 26 do_action( 'friends_screen_my_friends' ); … … 30 29 * Filters the template used to display the My Friends page. 31 30 * 32 * @since BuddyPress (1.0.0)31 * @since 1.0.0 33 32 * 34 33 * @param string $template Path to the my friends template to load. … … 78 77 * Fires before the loading of template for the friends requests page. 79 78 * 80 * @since BuddyPress (1.0.0)79 * @since 1.0.0 81 80 */ 82 81 do_action( 'friends_screen_requests' ); … … 85 84 * Filters the template used to display the My Friends page. 86 85 * 87 * @since BuddyPress (1.0.0)86 * @since 1.0.0 88 87 * 89 88 * @param string $template Path to the friends request template to load. … … 132 131 * Fires after the last table row on the friends notification screen. 133 132 * 134 * @since BuddyPress (1.0.0)133 * @since 1.0.0 135 134 */ 136 135 do_action( 'friends_screen_notification_settings' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.