Plugin Directory

Changeset 418620


Ignore:
Timestamp:
08/03/2011 07:36:40 AM (15 years ago)
Author:
mortay
Message:

Actualizada version del CSS para evitar cache

Location:
social-counters/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • social-counters/trunk/readme.txt

    r417895 r418620  
    3535It's also possible to define two constants in 'wp-config.php'...
    3636
    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.
    3939* SOCIAL_COUNTER__TWITTER_USER: The twitter sharing link includes this username with the RT link.
    4040
     
    5151
    5252== Changelog ==
     53
     54= 2.2.1 =
     55* Updated CSS Version
    5356
    5457= 2.2.0 =
  • social-counters/trunk/social-counters.php

    r417895 r418620  
    3030        - Anadida constante SOCIAL_COUNTER__LOAD_CSS_SMALL para cargar solo los iconos, no los textos de compartir.
    3131
     322.2.1   - Actualizada version del CSS
    3233       
    3334*** Configuraciones ***
     
    8788   
    8889    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');
    9091   
    9192}
Note: See TracChangeset for help on using the changeset viewer.