Skip to:
Content

bbPress.org

Changeset 4273


Ignore:
Timestamp:
10/30/2012 04:31:08 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Fix old bbp-includes references in phpdoc.

Location:
trunk/includes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/admin/settings.php

    r4250 r4273  
    541541    $current_package = bbp_get_theme_package_id( 'default' );
    542542
    543     // Note: This should never be empty. /bbp-includes/bbp-theme-compat/ is the
     543    // Note: This should never be empty. /templates/ is the
    544544    // canonical backup if no other packages exist. If there's an error here,
    545545    // something else is wrong.
  • trunk/includes/core/actions.php

    r4249 r4273  
    1414 *
    1515 *  - bbPress: In {@link bbPress::setup_actions()} in bbpress.php
    16  *  - Component: In {@link BBP_Component::setup_actions()} in
    17  *                bbp-includes/bbp-classes.php
    1816 *  - Admin: More in {@link BBP_Admin::setup_actions()} in admin.php
    19  * 
    20  * @see bbp-core-filters.php
     17 *
     18 * @see /core/filters.php
    2119 */
    2220
  • trunk/includes/core/filters.php

    r4264 r4273  
    1414 *
    1515 *  - bbPress: In {@link bbPress::setup_actions()} in bbpress.php
    16  *  - Component: In {@link BBP_Component::setup_actions()} in
    17  *                bbp-includes/bbp-classes.php
    1816 *  - Admin: More in {@link BBP_Admin::setup_actions()} in admin.php
    1917 *
    20  * @see bbp-core-actions.php
     18 * @see /core/actions.php
    2119 */
    2220
Note: See TracChangeset for help on using the changeset viewer.