Changeset 418620
- Timestamp:
- 08/03/2011 07:36:40 AM (15 years ago)
- Location:
- social-counters/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
social-counters.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
social-counters/trunk/readme.txt
r417895 r418620 35 35 It's also possible to define two constants in 'wp-config.php'... 36 36 37 * SOCIAL_COUNTER__LOAD_CSS: If we define this constant as `false ', the plugin will not load the default style.38 37 * SOCIAL_COUNTER__LOAD_CSS: If we define this constant as `false`, the plugin will not load the default style. 38 * SOCIAL_COUNTER__LOAD_CSS_SMALL: If we define this constanta as `true`, the plugin will load de small icons. 39 39 * SOCIAL_COUNTER__TWITTER_USER: The twitter sharing link includes this username with the RT link. 40 40 … … 51 51 52 52 == Changelog == 53 54 = 2.2.1 = 55 * Updated CSS Version 53 56 54 57 = 2.2.0 = -
social-counters/trunk/social-counters.php
r417895 r418620 30 30 - Anadida constante SOCIAL_COUNTER__LOAD_CSS_SMALL para cargar solo los iconos, no los textos de compartir. 31 31 32 2.2.1 - Actualizada version del CSS 32 33 33 34 *** Configuraciones *** … … 87 88 88 89 if ( SOCIAL_COUNTER__LOAD_CSS ) 89 wp_enqueue_style( 'social-counters', social_counters__url() .'css/social-counters.css', array(), '2. 0', 'screen');90 wp_enqueue_style( 'social-counters', social_counters__url() .'css/social-counters.css', array(), '2.2.1', 'screen'); 90 91 91 92 }
Note: See TracChangeset
for help on using the changeset viewer.