Make WordPress Core


Ignore:
Timestamp:
07/18/2016 02:32:52 PM (9 years ago)
Author:
karmatosed
Message:

Remove .pot files from Default Themes
Fixes #34884
Props davidakennedy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwelve/functions.php

    r37040 r38093  
    4646     * Makes Twenty Twelve available for translation.
    4747     *
    48      * Translations can be added to the /languages/ directory.
     48     * Translations can be filed at WordPress.org. See: https://translate.wordpress.org/projects/wp-themes/twentytwelve
    4949     * If you're building a theme based on Twenty Twelve, use a find and replace
    5050     * to change 'twentytwelve' to the name of your theme in all the template files.
    5151     */
    52     load_theme_textdomain( 'twentytwelve', get_template_directory() . '/languages' );
     52    load_theme_textdomain( 'twentytwelve' );
    5353
    5454    // This theme styles the visual editor with editor-style.css to match the theme style.
Note: See TracChangeset for help on using the changeset viewer.