- 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/blogs/loader.php
r11686 r11899 3 3 * BP Nouveau Blogs 4 4 * 5 * @since 1.0.05 * @since 3.0.0 6 6 */ 7 7 … … 12 12 * Blogs Loader class 13 13 * 14 * @since 1.0.014 * @since 3.0.0 15 15 */ 16 16 class BP_Nouveau_Blogs { … … 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() { … … 62 62 * Register do_action() hooks 63 63 * 64 * @since 1.0.064 * @since 3.0.0 65 65 */ 66 66 protected function setup_actions() { … … 80 80 * Register add_filter() hooks 81 81 * 82 * @since 1.0.082 * @since 3.0.0 83 83 */ 84 84 protected function setup_filters() { … … 96 96 * Launch the Blogs loader class. 97 97 * 98 * @since 1.0.098 * @since 3.0.0 99 99 */ 100 100 function bp_nouveau_blogs( $bp_nouveau = null ) {
Note: See TracChangeset
for help on using the changeset viewer.