Changeset 9599
- Timestamp:
- 03/17/2020 11:42:45 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/wp-i18n-teams.php
r9556 r9599 60 60 public function enqueue_assets() { 61 61 if ( is_singular() && false !== strpos( get_post()->post_content, '[wp-locales' ) ) { 62 wp_enqueue_style( 'wp-i18n-teams', plugins_url( 'css/i18n-teams.css', __FILE__ ), array(), 1 2);62 wp_enqueue_style( 'wp-i18n-teams', plugins_url( 'css/i18n-teams.css', __FILE__ ), array(), 13 ); 63 63 wp_enqueue_script( 'wp-i18n-teams', plugins_url( 'js/i18n-teams.js', __FILE__ ), array( 'jquery', 'o2-app' ), 5 ); 64 64 }
Note: See TracChangeset
for help on using the changeset viewer.