Changeset 3376 for branches/plugin/bbp-includes/bbp-core-hooks.php
- Timestamp:
- 07/25/2011 06:40:41 AM (15 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-includes/bbp-core-hooks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-core-hooks.php
r3374 r3376 13 13 * There are a few common places that additional actions can currently be found 14 14 * 15 * - bbPress: In {@link bbPress:: _setup_actions()} in bbpress.php16 * - Component: In {@link BBP_Component:: _setup_actions()} in15 * - bbPress: In {@link bbPress::setup_actions()} in bbpress.php 16 * - Component: In {@link BBP_Component::setup_actions()} in 17 17 * bbp-includes/bbp-classes.php 18 * - Admin: More in {@link BBP_Admin:: _setup_actions()} in18 * - Admin: More in {@link BBP_Admin::setup_actions()} in 19 19 * bbp-admin/bbp-admin.php 20 20 */
Note: See TracChangeset
for help on using the changeset viewer.