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-activity/bp-activity-admin.php

    r9642 r9665  
    254254        add_meta_box( 'bp_activity_userid',  _x( 'Author ID', 'activity admin edit screen', 'buddypress' ), 'bp_activity_admin_edit_metabox_userid', get_current_screen()->id, 'normal', 'core' );
    255255
    256         // Enqueue javascripts
     256        // Enqueue JavaScript files
    257257        wp_enqueue_script( 'postbox' );
    258258        wp_enqueue_script( 'dashboard' );
     
    14921492        // Rollover actions
    14931493
    1494         // Reply - javascript only; implemented by AJAX.
     1494        // Reply - JavaScript only; implemented by AJAX.
    14951495        if ( 'spam' != $item_status ) {
    14961496            if ( $this->can_comment( $item ) ) {
Note: See TracChangeset for help on using the changeset viewer.