Changeset 9665 for trunk/src/bp-activity/bp-activity-admin.php
- Timestamp:
- 03/31/2015 12:17:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-admin.php
r9642 r9665 254 254 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' ); 255 255 256 // Enqueue javascripts256 // Enqueue JavaScript files 257 257 wp_enqueue_script( 'postbox' ); 258 258 wp_enqueue_script( 'dashboard' ); … … 1492 1492 // Rollover actions 1493 1493 1494 // Reply - javascript only; implemented by AJAX.1494 // Reply - JavaScript only; implemented by AJAX. 1495 1495 if ( 'spam' != $item_status ) { 1496 1496 if ( $this->can_comment( $item ) ) {
Note: See TracChangeset
for help on using the changeset viewer.