Changeset 10415 for trunk/src/bp-core/bp-core-dependency.php
- Timestamp:
- 12/18/2015 10:33:50 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-dependency.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-dependency.php
r10413 r10415 77 77 * Fire the 'bp_register_post_types' action, where plugins should register post types. 78 78 * 79 * @since BuddyPress (2.5.0)79 * @since 2.5.0 80 80 */ 81 81 function bp_register_post_types() { … … 84 84 * Fires inside the 'bp_register_post_types' function, where plugins should register post types. 85 85 * 86 * @since BuddyPress (2.5.0)86 * @since 2.5.0 87 87 */ 88 88 do_action( 'bp_register_post_types' );
Note: See TracChangeset
for help on using the changeset viewer.