- Timestamp:
- 09/24/2015 11:55:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-adminbar.php
r9993 r10138 1 1 <?php 2 3 2 /** 4 3 * BuddyPress Notifications Admin Bar functions. … … 10 9 */ 11 10 12 // Exit if accessed directly 11 // Exit if accessed directly. 13 12 defined( 'ABSPATH' ) || exit; 14 13 … … 16 15 * Build the "Notifications" dropdown. 17 16 * 18 * @since BuddyPress (1.9.0)17 * @since 1.9.0 19 18 * 20 19 * @return bool
Note: See TracChangeset
for help on using the changeset viewer.