Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/16/2012 01:06:05 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Add 'BuddyPress' to all 1.5 phpdoc since's.

File:
1 edited

Legend:

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

    r5868 r5927  
    1616 * Main Activity Class
    1717 *
    18  * @since 1.5.0
     18 * @since BuddyPress (1.5).0
    1919 */
    2020class BP_Activity_Component extends BP_Component {
     
    2323     * Start the activity component creation process
    2424     *
    25      * @since 1.5.0
     25     * @since BuddyPress (1.5).0
    2626     */
    2727    function __construct() {
     
    3636     * Include files
    3737     *
    38      * @since 1.5.0
     38     * @since BuddyPress (1.5).0
    3939     */
    4040    function includes() {
     
    6868     * backwards compatibility.
    6969     *
    70      * @since 1.5.0
     70     * @since BuddyPress (1.5).0
    7171     *
    7272     * @global object $bp BuddyPress global settings
     
    102102     * Setup BuddyBar navigation
    103103     *
    104      * @since 1.5.0
     104     * @since BuddyPress (1.5).0
    105105     *
    106106     * @global object $bp BuddyPress global settings
     
    203203     * Set up the Toolbar
    204204     *
    205      * @since 1.5.0
     205     * @since BuddyPress (1.5).0
    206206     *
    207207     * @global object $bp BuddyPress global settings
     
    294294     * Sets up the title for pages and <title>
    295295     *
    296      * @since 1.5.0
     296     * @since BuddyPress (1.5).0
    297297     *
    298298     * @global object $bp BuddyPress global settings
Note: See TracChangeset for help on using the changeset viewer.