Changeset 31016 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 12/31/2014 08:40:05 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r30888 r31016 829 829 wp_die( 0 ); 830 830 } 831 831 832 832 if ( ! current_user_can( $tax->cap->assign_terms ) ) { 833 833 wp_die( -1 ); … … 2756 2756 wp_print_scripts( 'wp-playlist' ); 2757 2757 } else { 2758 wp_print_scripts( 'wp-mediaelement');2758 wp_print_scripts( array( 'froogaloop', 'wp-mediaelement' ) ); 2759 2759 } 2760 2760 … … 2794 2794 } else { 2795 2795 $sessions->destroy_all(); 2796 /* translators: 1: User's display name. */ 2796 /* translators: 1: User's display name. */ 2797 2797 $message = sprintf( __( '%s has been logged out.' ), $user->display_name ); 2798 2798 }
Note: See TracChangeset
for help on using the changeset viewer.