Changeset 2486
- Timestamp:
- 02/09/2016 12:47:16 PM (9 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
r2485 r2486 63 63 public function enqueue_assets() { 64 64 if ( is_singular() && false !== strpos( get_post()->post_content, '[wp-locales' ) ) { 65 wp_enqueue_style( 'wp-i18n-teams', plugins_url( 'css/i18n-teams.css', __FILE__ ), array(), 6);65 wp_enqueue_style( 'wp-i18n-teams', plugins_url( 'css/i18n-teams.css', __FILE__ ), array(), 7 ); 66 66 wp_enqueue_script( 'wp-i18n-teams', plugins_url( 'js/i18n-teams.js', __FILE__ ), array( 'jquery' ), 3 ); 67 67 }
Note: See TracChangeset
for help on using the changeset viewer.