Skip to content

Commit

Permalink
Filter custom field series textdomain with the theme textdomain.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.locallylost.com/themes/hybrid-core/trunk@581 dba0f204-706d-4bc1-bc29-8b92e0485636
  • Loading branch information
greenshady committed Jan 17, 2011
1 parent 831cd90 commit 6fdca5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hybrid.php
Expand Up @@ -287,6 +287,7 @@ function default_filters() {
/* Filter textdomain for extensions. */
add_filter( 'breadcrumb_trail_textdomain', 'hybrid_get_textdomain' );
add_filter( 'theme_layouts_textdomain', 'hybrid_get_textdomain' );
add_filter( 'custom_field_series_textdomain', 'hybrid_get_textdomain' );

/* Make text widgets and term descriptions shortcode aware. */
add_filter( 'widget_text', 'do_shortcode' );
Expand Down

0 comments on commit 6fdca5c

Please sign in to comment.