Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/31/2015 12:17:33 PM (10 years ago)
Author:
boonebgorges
Message:

s/javascript/JavaScript.

Props mercime.
Fixes #6249.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-admin.php

    r9590 r9665  
    140140        do_action( 'bp_groups_admin_meta_boxes' );
    141141
    142         // Enqueue javascripts
     142        // Enqueue JavaScript files
    143143        wp_enqueue_script( 'postbox' );
    144144        wp_enqueue_script( 'dashboard' );
     
    821821    // Pull up a list of group members, so we can separate out the types
    822822    // We'll also keep track of group members here to place them into a
    823     // javascript variable, which will help with group member autocomplete
     823    // JavaScript variable, which will help with group member autocomplete
    824824    $members = array(
    825825        'admin'  => array(),
     
    851851    }
    852852
    853     // Echo out the javascript variable
     853    // Echo out the JavaScript variable
    854854    echo '<script type="text/javascript">var group_id = "' . esc_js( $item->id ) . '";</script>';
    855855
Note: See TracChangeset for help on using the changeset viewer.