Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/18/2018 10:51:34 PM (8 years ago)
Author:
djpaul
Message:

Templates, Nouveau: general code review/tweaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/xprofile/loader.php

    r11899 r11900  
    5252     */
    5353    protected function setup_actions() {
    54         // Enqueue the scripts
    5554        add_action( 'bp_nouveau_enqueue_scripts', 'bp_nouveau_xprofile_enqueue_scripts' );
    5655    }
     
    6261     */
    6362    protected function setup_filters() {
    64         // Register xprofile scripts
    6563        add_filter( 'bp_nouveau_register_scripts', 'bp_nouveau_xprofile_register_scripts', 10, 1 );
    6664    }
Note: See TracChangeset for help on using the changeset viewer.