Make WordPress Core

Ticket #25937: 25397.2.patch

File 25397.2.patch, 651 bytes (added by dimadin, 12 years ago)
  • wp-includes/locale.php

     
    338338        }
    339339
    340340        /**
    341          * Private, unused function to add some date/time formats translated
    342          * on wp-admin/options-general.php to the general POT.
     341         * Register date/time formats strings for general POT.
    343342         *
     343         * Private, unused method to add some date/time formats translated
     344         * on wp-admin/options-general.php to the general POT that would
     345         * otherwise be added to the admin POT.
     346         *
    344347         * @since 3.6.0
    345348         */
    346349        function _strings_for_pot() {