- Timestamp:
- 03/18/2018 09:56:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/friends/loader.php
r11686 r11899 3 3 * BP Nouveau Friends 4 4 * 5 * @since 1.0.05 * @since 3.0.0 6 6 */ 7 7 … … 12 12 * Friends Loader class 13 13 * 14 * @since 1.0.014 * @since 3.0.0 15 15 */ 16 16 class BP_Nouveau_Friends { … … 18 18 * Constructor 19 19 * 20 * @since 1.0.020 * @since 3.0.0 21 21 */ 22 22 public function __construct() { … … 30 30 * Globals 31 31 * 32 * @since 1.0.032 * @since 3.0.0 33 33 */ 34 34 protected function setup_globals() { … … 39 39 * Include needed files 40 40 * 41 * @since 1.0.041 * @since 3.0.0 42 42 */ 43 43 protected function includes() { … … 59 59 * Register do_action() hooks 60 60 * 61 * @since 1.0.061 * @since 3.0.0 62 62 */ 63 63 protected function setup_actions() { … … 72 72 * Register add_filter() hooks 73 73 * 74 * @since 1.0.074 * @since 3.0.0 75 75 */ 76 76 protected function setup_filters() { … … 92 92 * Register notifications filters for the friends component. 93 93 * 94 * @since 1.0.094 * @since 3.0.0 95 95 */ 96 96 public function notification_filters() { … … 117 117 * Launch the Friends loader class. 118 118 * 119 * @since 1.0.0119 * @since 3.0.0 120 120 */ 121 121 function bp_nouveau_friends( $bp_nouveau = null ) {
Note: See TracChangeset
for help on using the changeset viewer.