Changeset 765163
- Timestamp:
- 08/31/2013 03:43:39 PM (13 years ago)
- File:
-
- 1 edited
-
dutchdate/trunk/mp_dutchdate.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dutchdate/trunk/mp_dutchdate.php
r752266 r765163 4 4 Plugin URI: http://multipop.org/dutchdate 5 5 Description: Translates english months and days output from WordPress template tags to their dutch equivalent. 6 Version: 1. 86 Version: 1.9 7 7 Author: Barry Ceelen 8 8 Author URI: http://multipop.org … … 42 42 } 43 43 44 add_filter( 'the_time', 'multipop_date_replace');45 add_filter( 'the_date', 'multipop_date_replace');46 add_filter( 'get_the_time', 'multipop_date_replace');47 add_filter( 'get_the_date', 'multipop_date_replace');48 add_filter( 'the_modified_time', 'multipop_date_replace');49 add_filter( 'the_modified_date', 'multipop_date_replace');50 add_filter( 'get_the_modified_time', 'multipop_date_replace');51 add_filter( 'get_the_modified_date', 'multipop_date_replace')44 add_filter( 'the_time', 'multipop_date_replace' ); 45 add_filter( 'the_date', 'multipop_date_replace' ); 46 add_filter( 'get_the_time', 'multipop_date_replace' ); 47 add_filter( 'get_the_date', 'multipop_date_replace' ); 48 add_filter( 'the_modified_time', 'multipop_date_replace' ); 49 add_filter( 'the_modified_date', 'multipop_date_replace' ); 50 add_filter( 'get_the_modified_time', 'multipop_date_replace' ); 51 add_filter( 'get_the_modified_date', 'multipop_date_replace' );
Note: See TracChangeset
for help on using the changeset viewer.