From fd92eaa48738c835c369b8374371f3260b11eab4 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 5 Dec 2013 17:56:50 +0000 Subject: [PATCH] Twenty Fourteen: add future TODO for post format string plurals, see #23257. git-svn-id: https://develop.svn.wordpress.org/trunk@26674 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/taxonomy-post_format.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wp-content/themes/twentyfourteen/taxonomy-post_format.php b/src/wp-content/themes/twentyfourteen/taxonomy-post_format.php index 915a01caa5..3b4d4df7a2 100644 --- a/src/wp-content/themes/twentyfourteen/taxonomy-post_format.php +++ b/src/wp-content/themes/twentyfourteen/taxonomy-post_format.php @@ -6,6 +6,9 @@ * If you'd like to further customize these Post Format views, you may create a * new template file for each specific one. * + * @todo http://core.trac.wordpress.org/ticket/23257: Add plural versions of Post Format strings + * and remove plurals below. + * * @link http://codex.wordpress.org/Template_Hierarchy * * @package WordPress