From e196d64613ab6135404b67f929fdeb7a22937c0f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 13 Nov 2013 14:00:59 +0000 Subject: [PATCH] Better description for WP_Locale::_strings_for_pot(). props dimadin. fixes #25937. git-svn-id: https://develop.svn.wordpress.org/trunk@26130 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/locale.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/locale.php b/src/wp-includes/locale.php index 726c3b1557..0def2765a1 100644 --- a/src/wp-includes/locale.php +++ b/src/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 */