Make WordPress Core


Ignore:
Timestamp:
07/01/2020 08:19:39 PM (3 years ago)
Author:
afercia
Message:

Media: Enable JavaScript translations for the media-views script after [48232].

See #48463.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r48267 r48268  
    12801280        );
    12811281
    1282         $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array( 'suggest', 'wp-lists', 'postbox', 'tags-box', 'underscore', 'word-count', 'wp-a11y', 'wp-sanitize', 'clipboard', 'wp-i18n' ), false, 1 );
     1282        $scripts->add( 'post', "/wp-admin/js/post$suffix.js", array( 'suggest', 'wp-lists', 'postbox', 'tags-box', 'underscore', 'word-count', 'wp-a11y', 'wp-sanitize', 'clipboard' ), false, 1 );
     1283        $scripts->set_translations( 'post' );
    12831284        did_action( 'init' ) && $scripts->localize(
    12841285            'post',
Note: See TracChangeset for help on using the changeset viewer.