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
This commit is contained in:
Andrew Nacin 2013-08-01 19:47:36 +00:00
parent 1995c79e13
commit 2a2a356b47
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 */