Changeset 4273
- Timestamp:
- 10/30/2012 04:31:08 PM (12 years ago)
- Location:
- trunk/includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/admin/settings.php
r4250 r4273 541 541 $current_package = bbp_get_theme_package_id( 'default' ); 542 542 543 // Note: This should never be empty. / bbp-includes/bbp-theme-compat/ is the543 // Note: This should never be empty. /templates/ is the 544 544 // canonical backup if no other packages exist. If there's an error here, 545 545 // something else is wrong. -
trunk/includes/core/actions.php
r4249 r4273 14 14 * 15 15 * - bbPress: In {@link bbPress::setup_actions()} in bbpress.php 16 * - Component: In {@link BBP_Component::setup_actions()} in17 * bbp-includes/bbp-classes.php18 16 * - Admin: More in {@link BBP_Admin::setup_actions()} in admin.php 19 * 20 * @see bbp-core-filters.php17 * 18 * @see /core/filters.php 21 19 */ 22 20 -
trunk/includes/core/filters.php
r4264 r4273 14 14 * 15 15 * - bbPress: In {@link bbPress::setup_actions()} in bbpress.php 16 * - Component: In {@link BBP_Component::setup_actions()} in17 * bbp-includes/bbp-classes.php18 16 * - Admin: More in {@link BBP_Admin::setup_actions()} in admin.php 19 17 * 20 * @see bbp-core-actions.php18 * @see /core/actions.php 21 19 */ 22 20
Note: See TracChangeset
for help on using the changeset viewer.