Remove ultimately unnecessary visibility keyword from a WP_Locale method because this file is included when we bail for PHP 4. props ocean90. fixes #24915. for trunk.

git-svn-id: http://core.svn.wordpress.org/trunk@24971 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-08-01 19:47:36 +00:00
parent 46ffa911ad
commit 0652398a22
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ class WP_Locale {
*
* @since 3.6.0
*/
private function strings_for_pot() {
function _strings_for_pot() {
/* translators: localized date format, see http://php.net/date */
__( 'F j, Y' );
/* translators: localized time format, see http://php.net/date */