- Timestamp:
- 03/18/2018 10:51:34 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/xprofile/loader.php
r11899 r11900 52 52 */ 53 53 protected function setup_actions() { 54 // Enqueue the scripts55 54 add_action( 'bp_nouveau_enqueue_scripts', 'bp_nouveau_xprofile_enqueue_scripts' ); 56 55 } … … 62 61 */ 63 62 protected function setup_filters() { 64 // Register xprofile scripts65 63 add_filter( 'bp_nouveau_register_scripts', 'bp_nouveau_xprofile_register_scripts', 10, 1 ); 66 64 }
Note: See TracChangeset
for help on using the changeset viewer.