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
This commit is contained in:
Sergey Biryukov 2013-11-13 14:00:59 +00:00
parent 4006e4a233
commit e196d64613

View File

@ -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
*/