Changeset 10138 for trunk/src/bp-notifications/bp-notifications-loader.php
- Timestamp:
- 09/24/2015 11:55:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-loader.php
r9993 r10138 1 1 <?php 2 3 2 /** 4 3 * BuddyPress Member Notifications Loader. … … 8 7 * @package BuddyPress 9 8 * @subpackage NotificationsLoader 10 * @since BuddyPress (1.9.0)9 * @since 1.9.0 11 10 */ 12 11 … … 19 18 * Start the notifications component creation process. 20 19 * 21 * @since BuddyPress (1.9.0)20 * @since 1.9.0 22 21 */ 23 22 public function __construct() { … … 35 34 * Include notifications component files. 36 35 * 37 * @since BuddyPress (1.9.0)36 * @since 1.9.0 38 37 * 39 38 * @see BP_Component::includes() for a description of arguments. … … 58 57 * Set up component global data. 59 58 * 60 * @since BuddyPress (1.9.0)59 * @since 1.9.0 61 60 * 62 61 * @see BP_Component::setup_globals() for a description of arguments. … … 93 92 * Set up component navigation. 94 93 * 95 * @since BuddyPress (1.9.0)94 * @since 1.9.0 96 95 * 97 96 * @see BP_Component::setup_nav() for a description of arguments. … … 165 164 * Set up the component entries in the WordPress Admin Bar. 166 165 * 167 * @since BuddyPress (1.9.0)166 * @since 1.9.0 168 167 * 169 168 * @see BP_Component::setup_nav() for a description of the $wp_admin_nav … … 222 221 * Set up the title for pages and <title>. 223 222 * 224 * @since BuddyPress (1.9.0)223 * @since 1.9.0 225 224 */ 226 225 public function setup_title() { … … 248 247 * Setup cache groups. 249 248 * 250 * @since BuddyPress (2.2.0)249 * @since 2.2.0 251 250 */ 252 251 public function setup_cache_groups() { … … 265 264 * Bootstrap the Notifications component. 266 265 * 267 * @since BuddyPress (1.9.0)266 * @since 1.9.0 268 267 */ 269 268 function bp_setup_notifications() {
Note: See TracChangeset
for help on using the changeset viewer.