Make WordPress Core

Ticket #24915: 24915.patch

File 24915.patch, 476 bytes (added by ocean90, 13 years ago)
  • wp-includes/locale.php

     
    334334         *
    335335         * @since 3.6.0
    336336         */
    337         private function strings_for_pot() {
     337        function strings_for_pot() {
     338                return;
    338339                /* translators: localized date format, see http://php.net/date */
    339340                __( 'F j, Y' );
    340341                /* translators: localized time format, see http://php.net/date */