Make WordPress Core


Ignore:
Timestamp:
08/01/2013 07:47:36 PM (11 years ago)
Author:
nacin
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/locale.php

    r24454 r24971  
    335335     * @since 3.6.0
    336336     */
    337     private function strings_for_pot() {
     337    function _strings_for_pot() {
    338338        /* translators: localized date format, see http://php.net/date */
    339339        __( 'F j, Y' );
Note: See TracChangeset for help on using the changeset viewer.