Plugin Directory

Changeset 375378


Ignore:
Timestamp:
04/20/2011 10:11:52 PM (15 years ago)
Author:
contraculto
Message:

Version 1.2.0

Location:
la-fecha/trunk
Files:
2 edited

Legend:

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

    r362983 r375378  
    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.1.0
     6Version: 1.2.0
    77Author: Rodrigo Lanas van Lamoen
    88Author URI: http://contraculto.com
     
    4343
    4444add_filter('the_time', 'la_fecha');
     45add_filter('get_the_time', 'la_fecha');
    4546add_filter('the_modified_time', 'la_fecha');
    4647add_filter('the_date', 'la_fecha');
     48add_filter('get_the_date', 'la_fecha');
    4749add_filter('the_modified_date', 'la_fecha');
     50add_filter('comment_date','la_fecha');
    4851add_filter('get_comment_date','la_fecha');
    4952
  • la-fecha/trunk/readme.txt

    r362983 r375378  
    55Requires at least: 2.0
    66Tested up to: 3.1
    7 Stable tag: 1.1.0
     7Stable tag: 1.2.0
    88
    99Translates the dates output by your wordpress installation without having to translate everything.
     
    3333== Changelog ==
    3434
     35= 1.2 =
     36Added suppont for get_the_time(), get_the_date() and comment_date()
     37
    3538= 1.1 =
    3639* First public version.
Note: See TracChangeset for help on using the changeset viewer.