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
This commit is contained in:
Sergey Biryukov 2013-11-13 14:01:09 +00:00
parent 256e24c0ed
commit 821c6de4b6

View File

@ -338,8 +338,11 @@ class WP_Locale {
} }
/** /**
* Private, unused function to add some date/time formats translated * Register date/time format strings for general POT.
* on wp-admin/options-general.php to the 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 * @since 3.6.0
*/ */