Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/25/2011 06:40:41 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Rename remaining functions prefixed with an underscore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-core-hooks.php

    r3374 r3376  
    1313 * There are a few common places that additional actions can currently be found
    1414 *
    15  *  - bbPress: In {@link bbPress::_setup_actions()} in bbpress.php
    16  *  - Component: In {@link BBP_Component::_setup_actions()} in
     15 *  - bbPress: In {@link bbPress::setup_actions()} in bbpress.php
     16 *  - Component: In {@link BBP_Component::setup_actions()} in
    1717 *                bbp-includes/bbp-classes.php
    18  *  - Admin: More in {@link BBP_Admin::_setup_actions()} in
     18 *  - Admin: More in {@link BBP_Admin::setup_actions()} in
    1919 *            bbp-admin/bbp-admin.php
    2020 */
Note: See TracChangeset for help on using the changeset viewer.