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:
parent
1995c79e13
commit
2a2a356b47
@ -334,7 +334,7 @@ class WP_Locale {
|
|||||||
*
|
*
|
||||||
* @since 3.6.0
|
* @since 3.6.0
|
||||||
*/
|
*/
|
||||||
private function strings_for_pot() {
|
function _strings_for_pot() {
|
||||||
/* translators: localized date format, see http://php.net/date */
|
/* translators: localized date format, see http://php.net/date */
|
||||||
__( 'F j, Y' );
|
__( 'F j, Y' );
|
||||||
/* translators: localized time format, see http://php.net/date */
|
/* translators: localized time format, see http://php.net/date */
|
||||||
|
Loading…
Reference in New Issue
Block a user