Plugin Directory

Changeset 391336


Ignore:
Timestamp:
05/31/2011 04:41:26 PM (15 years ago)
Author:
contraculto
Message:

Version 1.2.1: Bugfix

Location:
la-fecha/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • la-fecha/trunk/cct_lafecha.php

    r375378 r391336  
    44Plugin URI: http://p.contraculto.com/lafecha
    55Description: Translates the dates to spanish without the need to thanslate the whole WordPress installation. Traduce las fechas a español sin tener que traducir todo el WordPress. This plugin is a translation of DutchDate, by Barry Ceelen. Credit for making the function goes to him.
    6 Version: 1.2.0
     6Version: 1.2.1
    77Author: Rodrigo Lanas van Lamoen
    88Author URI: http://contraculto.com
     
    4242}
    4343
    44 add_filter('the_time', 'la_fecha');
    4544add_filter('get_the_time', 'la_fecha');
    4645add_filter('the_modified_time', 'la_fecha');
    47 add_filter('the_date', 'la_fecha');
    4846add_filter('get_the_date', 'la_fecha');
    4947add_filter('the_modified_date', 'la_fecha');
    50 add_filter('comment_date','la_fecha');
    5148add_filter('get_comment_date','la_fecha');
    5249
  • la-fecha/trunk/readme.txt

    r375378 r391336  
    44Tags: fecha, date, spanish, español, castellano, translate, traducción, translation, dutchdate
    55Requires at least: 2.0
    6 Tested up to: 3.1
    7 Stable tag: 1.2.0
     6Tested up to: 3.1.3
     7Stable tag: 1.2.1
    88
    99Translates the dates output by your wordpress installation without having to translate everything.
     
    3333== Changelog ==
    3434
     35= 1.2.1 =
     36Removed some filters to avoid the function being called twice in some cases.
     37
    3538= 1.2 =
    3639Added suppont for get_the_time(), get_the_date() and comment_date()
Note: See TracChangeset for help on using the changeset viewer.