Changeset 11884 for trunk/src/bp-core/bp-core-dependency.php
- Timestamp:
- 03/04/2018 11:17:29 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-dependency.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-dependency.php
r11364 r11884 32 32 */ 33 33 do_action( 'bp_include' ); 34 } 35 36 /** 37 * Fire the 'bp_late_include' action for loading conditional files. 38 * 39 * @since 3.0.0 40 */ 41 function bp_late_include() { 42 43 /** 44 * Fires the 'bp_late_include' action. 45 * 46 * Allow for conditional includes on certain pages. 47 * 48 * @since 3.0.0 49 */ 50 do_action( 'bp_late_include' ); 34 51 } 35 52
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)