Changeset 752278
- Timestamp:
- 08/06/2013 12:59:06 PM (13 years ago)
- Location:
- deutschdate/trunk
- Files:
-
- 2 edited
-
mp_deutschdate.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
deutschdate/trunk/mp_deutschdate.php
r51619 r752278 4 4 Plugin URI: http://multipop.org/deutschdate 5 5 Description: Automagically converts english months and days (except for the initials) to their German equivalent. 6 Version: 1. 06 Version: 1.1 7 7 Author: Barry Ceelen 8 8 Author URI: http://multipop.org … … 33 33 34 34 add_filter('the_time', 'multipop_de_date_replace'); 35 35 add_filter('the_date', 'multipop_de_date_replace'); 36 add_filter('get_the_time', 'multipop_de_date_replace'); 37 add_filter('get_the_date', 'multipop_de_date_replace'); 38 add_filter('the_modified_time', 'multipop_de_date_replace'); 39 add_filter('the_modified_date', 'multipop_de_date_replace'); 40 add_filter('get_the_modified_time', 'multipop_de_date_replace'); 41 add_filter('get_the_modified_date', 'multipop_de_date_replace'); 42 36 43 ?> -
deutschdate/trunk/readme.txt
r51619 r752278 34 34 1. Activate the plugin via the 'Plugins' menu in your WordPress admin. 35 35 1. Und los geht's. 36 37 == Changelog == 38 39 * 1.1 Added more filters as [suggested](http://wordpress.org/support/topic/plugin-broken-due-to-non-use-of-relevant-filters) by [Marco Steinbrecher](http://wordpress.org/support/profile/macsteini)
Note: See TracChangeset
for help on using the changeset viewer.