Making WordPress.org


Ignore:
Timestamp:
08/27/2024 10:49:16 PM (2 years ago)
Author:
adamwood
Message:

Learn: Sync with git WordPress/learn@cdb60ba

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-learn/inc/locale.php

    r13963 r13999  
    6565        wp_enqueue_script(
    6666                'locale-notice',
    67                 get_build_url() . '/locale-notice.js',
     67                get_build_url() . 'locale-notice.js',
    6868                array( 'jquery', 'utils' ),
    6969                filemtime( get_build_path() . '/locale-notice.js' ),
    70                 true
     70                array( 'strategy' => 'defer' )
    7171        );
    7272
Note: See TracChangeset for help on using the changeset viewer.