From 2a2a356b470a64dcf832fa6decb65ffdfc70689b Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 1 Aug 2013 19:47:36 +0000 Subject: [PATCH] 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: https://develop.svn.wordpress.org/trunk@24971 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/locale.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/locale.php b/wp-includes/locale.php index 44bdf6e88c..244d08a657 100644 --- a/wp-includes/locale.php +++ b/wp-includes/locale.php @@ -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 */