[wp-trac] [WordPress Trac] #16459: get_post_format_link() and problem with translated post format slug
WordPress Trac
wp-trac at lists.automattic.com
Fri Feb 4 20:40:15 UTC 2011
#16459: get_post_format_link() and problem with translated post format slug
--------------------------+-----------------------------
Reporter: pavelevap | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: I18N | Version: 3.1
Severity: normal | Keywords:
--------------------------+-----------------------------
Hi, using latest WP trunk, Twenty Ten.
Post format slug "gallery" was translated to "galerie", but in Twenty Ten
there is a following call (loop.php):
{{{
echo get_post_format_link( 'gallery' );
}}}
So, there are visible links to ?post_format=gallery (Nothing found)
instead of translated ?post_format=galerie
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16459>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list