Changeset 1164
- Timestamp:
- 01/22/2015 07:36:04 PM (10 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
r1163 r1164 28 28 public function enqueue_assets() { 29 29 if ( is_singular() && false !== strpos( get_post()->post_content, '[wp-locales' ) ) { 30 wp_enqueue_style( 'wp-i18n-teams', plugins_url( 'css/i18n-teams.css', __FILE__ ), array(), 1);31 wp_enqueue_script( 'wp-i18n-teams', plugins_url( 'js/i18n-teams.js', __FILE__ ), array( 'jquery' ), 1);30 wp_enqueue_style( 'wp-i18n-teams', plugins_url( 'css/i18n-teams.css', __FILE__ ), array(), 2 ); 31 wp_enqueue_script( 'wp-i18n-teams', plugins_url( 'js/i18n-teams.js', __FILE__ ), array( 'jquery' ), 2 ); 32 32 } 33 33 }
Note: See TracChangeset
for help on using the changeset viewer.