Changeset 391336
- Timestamp:
- 05/31/2011 04:41:26 PM (15 years ago)
- Location:
- la-fecha/trunk
- Files:
-
- 2 edited
-
cct_lafecha.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
la-fecha/trunk/cct_lafecha.php
r375378 r391336 4 4 Plugin URI: http://p.contraculto.com/lafecha 5 5 Description: 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. 06 Version: 1.2.1 7 7 Author: Rodrigo Lanas van Lamoen 8 8 Author URI: http://contraculto.com … … 42 42 } 43 43 44 add_filter('the_time', 'la_fecha');45 44 add_filter('get_the_time', 'la_fecha'); 46 45 add_filter('the_modified_time', 'la_fecha'); 47 add_filter('the_date', 'la_fecha');48 46 add_filter('get_the_date', 'la_fecha'); 49 47 add_filter('the_modified_date', 'la_fecha'); 50 add_filter('comment_date','la_fecha');51 48 add_filter('get_comment_date','la_fecha'); 52 49 -
la-fecha/trunk/readme.txt
r375378 r391336 4 4 Tags: fecha, date, spanish, español, castellano, translate, traducción, translation, dutchdate 5 5 Requires at least: 2.0 6 Tested up to: 3.1 7 Stable tag: 1.2. 06 Tested up to: 3.1.3 7 Stable tag: 1.2.1 8 8 9 9 Translates the dates output by your wordpress installation without having to translate everything. … … 33 33 == Changelog == 34 34 35 = 1.2.1 = 36 Removed some filters to avoid the function being called twice in some cases. 37 35 38 = 1.2 = 36 39 Added suppont for get_the_time(), get_the_date() and comment_date()
Note: See TracChangeset
for help on using the changeset viewer.