Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/24/2015 11:22:50 PM (11 years ago)
Author:
tw2113
Message:

Fixes double digit version numbers missed from hooks docs work.

See #5938.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-loader.php

    r9539 r9642  
    1616 * Main Activity Class.
    1717 *
    18  * @since BuddyPress (1.5)
     18 * @since BuddyPress (1.5.0)
    1919 */
    2020class BP_Activity_Component extends BP_Component {
     
    2323         * Start the activity component setup process.
    2424         *
    25          * @since BuddyPress (1.5)
     25         * @since BuddyPress (1.5.0)
    2626         */
    2727        public function __construct() {
     
    3939         * Include component files.
    4040         *
    41          * @since BuddyPress (1.5)
     41         * @since BuddyPress (1.5.0)
    4242         *
    4343         * @see BP_Component::includes() for a description of arguments.
     
    8080         * backwards compatibility.
    8181         *
    82          * @since BuddyPress (1.5)
     82         * @since BuddyPress (1.5.0)
    8383         *
    8484         * @see BP_Component::setup_globals() for a description of arguments.
     
    123123         * Set up component navigation.
    124124         *
    125          * @since BuddyPress (1.5)
     125         * @since BuddyPress (1.5.0)
    126126         *
    127127         * @see BP_Component::setup_nav() for a description of arguments.
     
    232232         * Set up the component entries in the WordPress Admin Bar.
    233233         *
    234          * @since BuddyPress (1.5)
     234         * @since BuddyPress (1.5.0)
    235235         *
    236236         * @see BP_Component::setup_nav() for a description of the $wp_admin_nav
     
    331331         * Set up the title for pages and <title>.
    332332         *
    333          * @since BuddyPress (1.5)
     333         * @since BuddyPress (1.5.0)
    334334         *
    335335         * @uses bp_is_activity_component()
     
    360360         * Set up actions necessary for the component.
    361361         *
    362          * @since BuddyPress (1.6)
     362         * @since BuddyPress (1.6.0)
    363363         */
    364364        public function setup_actions() {
Note: See TracChangeset for help on using the changeset viewer.