Changeset 497869
- Timestamp:
- 01/31/2012 10:42:39 AM (14 years ago)
- Location:
- social-counters/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
social-counters.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
social-counters/trunk/readme.txt
r497858 r497869 4 4 Requires at least: 2.9 5 5 Tested up to: 3.2.1 6 Stable tag: 2.2. 56 Stable tag: 2.2.6 7 7 8 8 It allows to place social sharing links with counters (if available) to the most popular social networks: Menéame,Twitter,Facebook,... -
social-counters/trunk/social-counters.php
r497858 r497869 40 40 41 41 2.2.5 - Cambio de version en el README!! 42 43 2.2.6 - Error en llamada a funcion (plugin_dir_url)!! Sorry!! 42 44 43 45 *** Configuraciones *** … … 76 78 77 79 function social_counters__url() { 78 return plugin s_dir_url(__FILE__);80 return plugin_dir_url(__FILE__); 79 81 } 80 82
Note: See TracChangeset
for help on using the changeset viewer.