Plugin Directory

Changeset 497869


Ignore:
Timestamp:
01/31/2012 10:42:39 AM (14 years ago)
Author:
mortay
Message:
  • Error en llamada a función (plugin_dir_url)!! Sorry!!
Location:
social-counters/trunk
Files:
2 edited

Legend:

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

    r497858 r497869  
    44Requires at least: 2.9
    55Tested up to: 3.2.1
    6 Stable tag: 2.2.5
     6Stable tag: 2.2.6
    77
    88It 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  
    4040       
    41412.2.5   - Cambio de version en el README!!
     42
     432.2.6   - Error en llamada a funcion (plugin_dir_url)!! Sorry!!
    4244       
    4345*** Configuraciones ***
     
    7678
    7779function social_counters__url() {
    78     return  plugins_dir_url(__FILE__);
     80    return  plugin_dir_url(__FILE__);
    7981}
    8082
Note: See TracChangeset for help on using the changeset viewer.