From cf7ec69eca89e77d50419bab764bdb05cbedd9a2 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 5 Dec 2013 17:57:09 +0000 Subject: [PATCH] Twenty Fourteen: add future TODO for post format string plurals, see #23257. Built from https://develop.svn.wordpress.org/trunk@26674 git-svn-id: http://core.svn.wordpress.org/trunk@26564 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfourteen/taxonomy-post_format.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wp-content/themes/twentyfourteen/taxonomy-post_format.php b/wp-content/themes/twentyfourteen/taxonomy-post_format.php index 915a01caa5..3b4d4df7a2 100644 --- a/wp-content/themes/twentyfourteen/taxonomy-post_format.php +++ b/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