Changeset 6537
- Timestamp:
- 02/04/2018 05:50:23 PM (7 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/css/i18n-teams.css
r5344 r6537 122 122 } 123 123 #locale-header ul li.download-button a { 124 font-size: 1.1em; 124 font-size: 1.6em; 125 line-height: 1.5; 125 126 color: white; 126 127 text-decoration: none; -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/wp-i18n-teams.php
r6077 r6537 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 0);62 wp_enqueue_style( 'wp-i18n-teams', plugins_url( 'css/i18n-teams.css', __FILE__ ), array(), 11 ); 63 63 wp_enqueue_script( 'wp-i18n-teams', plugins_url( 'js/i18n-teams.js', __FILE__ ), array( 'jquery' ), 4 ); 64 64 }
Note: See TracChangeset
for help on using the changeset viewer.