Plugin Directory

Changeset 752278


Ignore:
Timestamp:
08/06/2013 12:59:06 PM (13 years ago)
Author:
mendezki
Message:

Added more filters

Location:
deutschdate/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • deutschdate/trunk/mp_deutschdate.php

    r51619 r752278  
    44Plugin URI: http://multipop.org/deutschdate
    55Description: Automagically converts english months and days (except for the initials) to their German equivalent.
    6 Version: 1.0
     6Version: 1.1
    77Author: Barry Ceelen
    88Author URI: http://multipop.org
     
    3333
    3434add_filter('the_time', 'multipop_de_date_replace');
    35    
     35add_filter('the_date', 'multipop_de_date_replace');
     36add_filter('get_the_time', 'multipop_de_date_replace');
     37add_filter('get_the_date', 'multipop_de_date_replace');
     38add_filter('the_modified_time', 'multipop_de_date_replace');
     39add_filter('the_modified_date', 'multipop_de_date_replace');
     40add_filter('get_the_modified_time', 'multipop_de_date_replace');
     41add_filter('get_the_modified_date', 'multipop_de_date_replace');
     42
    3643?>
  • deutschdate/trunk/readme.txt

    r51619 r752278  
    34341. Activate the plugin via the 'Plugins' menu in your WordPress admin.
    35351. 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.