From 821c6de4b635f6ea21abae57ea640b10daafb20f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 13 Nov 2013 14:01:09 +0000 Subject: [PATCH] Better description for WP_Locale::_strings_for_pot(). props dimadin. fixes #25937. Built from https://develop.svn.wordpress.org/trunk@26130 git-svn-id: http://core.svn.wordpress.org/trunk@26042 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/locale.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wp-includes/locale.php b/wp-includes/locale.php index 726c3b1557..0def2765a1 100644 --- a/wp-includes/locale.php +++ b/wp-includes/locale.php @@ -338,8 +338,11 @@ class WP_Locale { } /** - * Private, unused function to add some date/time formats translated - * on wp-admin/options-general.php to the general POT. + * Register date/time format strings for general POT. + * + * Private, unused method to add some date/time formats translated + * on wp-admin/options-general.php to the general POT that would + * otherwise be added to the admin POT. * * @since 3.6.0 */