Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/05/2025 02:27:53 AM (9 months ago)
Author:
johnjamesjacoby
Message:

Tools - Code Improvement: docs & code formatting improvements.

Props johnjamesjacoby, noruzzaman.

Fixes #3659.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/extend/buddypress/loader.php

    r7379 r7380  
    22
    33/**
    4  * bbPress BuddyPress Component Class
     4 * bbPress BuddyPress Component Class.
    55 *
    66 * bbPress and BuddyPress are designed to connect together seamlessly and
     
    2323if ( ! class_exists( 'BBP_Forums_Component' ) ) :
    2424/**
    25  * Loads Forums Component
     25 * Loads Forums Component.
    2626 *
    2727 * @since 2.1.0 bbPress (r3552)
     
    3333
    3434        /**
    35          * BuddyPress Members component shim
     35         * BuddyPress Members component shim.
    3636         *
    3737         * @since 2.0.0
     
    4242
    4343        /**
    44          * BuddyPress Activity component shim
     44         * BuddyPress Activity component shim.
    4545         *
    4646         * @since 2.0.0
     
    5151
    5252        /**
    53          * Start the forums component creation process
     53         * Start the forums component creation process.
    5454         *
    5555         * @since 2.1.0 bbPress (r3552)
     
    6868
    6969        /**
    70          * Include BuddyPress classes and functions
     70         * Include BuddyPress classes and functions.
    7171         */
    7272        public function includes( $includes = array() ) {
     
    111111
    112112        /**
    113          * Setup globals
     113         * Setup globals.
    114114         *
    115115         * The BP_FORUMS_SLUG constant is deprecated, and only used here for
     
    144144
    145145        /**
    146          * Setup the actions
     146         * Setup the actions.
    147147         *
    148148         * @since 2.0.0 bbPress (r3395)
     
    160160
    161161        /**
    162          * Instantiate classes for BuddyPress integration
     162         * Instantiate classes for BuddyPress integration.
    163163         *
    164164         * @since 2.0.0 bbPress (r3395)
     
    191191
    192192        /**
    193          * Setup BuddyBar navigation
     193         * Setup BuddyBar navigation.
    194194         *
    195195         * @since 2.1.0 bbPress (r3552)
     
    292292
    293293        /**
    294          * Set up the admin bar
     294         * Set up the admin bar.
    295295         *
    296296         * @since 2.1.0 bbPress (r3552)
     
    384384
    385385        /**
    386          * Sets up the title for pages and <title>
     386         * Sets up the title for pages and <title>.
    387387         *
    388388         * @since 2.1.0 bbPress (r3552)
Note: See TracChangeset for help on using the changeset viewer.