Changeset 14457 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/inc/locales.php
- Timestamp:
- 05/28/2025 05:37:40 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/inc/locales.php
r13603 r14457 26 26 function enqueue_assets(): void { 27 27 if ( is_singular() && false !== strpos( get_post()->post_content, '[wp-locales' ) ) { 28 wp_enqueue_style( 'wp-i18n-teams', plugins_url( 'css/i18n-teams.css', PLUGIN_FILE ), [], 13);29 wp_enqueue_script( 'wp-i18n-teams', plugins_url( 'js/i18n-teams.js', PLUGIN_FILE ), [ 'jquery', 'o2-app' ], 5);28 wp_enqueue_style( 'wp-i18n-teams', plugins_url( 'css/i18n-teams.css', PLUGIN_FILE ), [], filemtime( dirname( __DIR__ ) . '/css/i18n-teams.css' ) ); 29 wp_enqueue_script( 'wp-i18n-teams', plugins_url( 'js/i18n-teams.js', PLUGIN_FILE ), [ 'jquery', 'o2-app' ], filemtime( dirname( __DIR__ ) . '/js/i18n-teams.js' ) ); 30 30 } 31 31 }
Note: See TracChangeset
for help on using the changeset viewer.