Make WordPress Core

Changeset 41349


Ignore:
Timestamp:
09/08/2017 06:12:40 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Bundled Themes: Remove "called called" and "can can" dittography.

Props johnpgreen.
Fixes #41836.

Location:
trunk/src/wp-content/themes
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/archive.php

    r32116 r41349  
    5151                        /*
    5252                         * Include the post format-specific template for the content. If you want to
    53                          * use this in a child theme, then include a file called called content-___.php
     53                         * use this in a child theme, then include a file called content-___.php
    5454                         * (where ___ is the post format) and that will be used instead.
    5555                         */
  • trunk/src/wp-content/themes/twentyfourteen/author.php

    r32116 r41349  
    5050                        /*
    5151                         * Include the post format-specific template for the content. If you want to
    52                          * use this in a child theme, then include a file called called content-___.php
     52                         * use this in a child theme, then include a file called content-___.php
    5353                         * (where ___ is the post format) and that will be used instead.
    5454                         */
  • trunk/src/wp-content/themes/twentyfourteen/category.php

    r32116 r41349  
    3535                    /*
    3636                     * Include the post format-specific template for the content. If you want to
    37                      * use this in a child theme, then include a file called called content-___.php
     37                     * use this in a child theme, then include a file called content-___.php
    3838                     * (where ___ is the post format) and that will be used instead.
    3939                     */
  • trunk/src/wp-content/themes/twentyfourteen/index.php

    r32116 r41349  
    3636                    /*
    3737                     * Include the post format-specific template for the content. If you want to
    38                      * use this in a child theme, then include a file called called content-___.php
     38                     * use this in a child theme, then include a file called content-___.php
    3939                     * (where ___ is the post format) and that will be used instead.
    4040                     */
  • trunk/src/wp-content/themes/twentyfourteen/search.php

    r26556 r41349  
    2525                        /*
    2626                         * Include the post format-specific template for the content. If you want to
    27                          * use this in a child theme, then include a file called called content-___.php
     27                         * use this in a child theme, then include a file called content-___.php
    2828                         * (where ___ is the post format) and that will be used instead.
    2929                         */
  • trunk/src/wp-content/themes/twentyfourteen/single.php

    r26556 r41349  
    1818                    /*
    1919                     * Include the post format-specific template for the content. If you want to
    20                      * use this in a child theme, then include a file called called content-___.php
     20                     * use this in a child theme, then include a file called content-___.php
    2121                     * (where ___ is the post format) and that will be used instead.
    2222                     */
  • trunk/src/wp-content/themes/twentyfourteen/tag.php

    r32116 r41349  
    3737                        /*
    3838                         * Include the post format-specific template for the content. If you want to
    39                          * use this in a child theme, then include a file called called content-___.php
     39                         * use this in a child theme, then include a file called content-___.php
    4040                         * (where ___ is the post format) and that will be used instead.
    4141                         */
  • trunk/src/wp-content/themes/twentyfourteen/taxonomy-post_format.php

    r32116 r41349  
    6262                        /*
    6363                         * Include the post format-specific template for the content. If you want to
    64                          * use this in a child theme, then include a file called called content-___.php
     64                         * use this in a child theme, then include a file called content-___.php
    6565                         * (where ___ is the post format) and that will be used instead.
    6666                         */
  • trunk/src/wp-content/themes/twentyten/footer.php

    r32314 r41349  
    1818<?php
    1919    /*
    20      * A sidebar in the footer? Yep. You can can customize
     20     * A sidebar in the footer? Yep. You can customize
    2121     * your footer with four columns of widgets.
    2222     */
  • trunk/src/wp-content/themes/twentytwelve/archive.php

    r32116 r41349  
    4343
    4444                /* Include the post format-specific template for the content. If you want to
    45                  * this in a child theme then include a file called called content-___.php
     45                 * this in a child theme then include a file called content-___.php
    4646                 * (where ___ is the post format) and that will be used instead.
    4747                 */
  • trunk/src/wp-content/themes/twentytwelve/category.php

    r32116 r41349  
    3131
    3232                /* Include the post format-specific template for the content. If you want to
    33                  * this in a child theme then include a file called called content-___.php
     33                 * this in a child theme then include a file called content-___.php
    3434                 * (where ___ is the post format) and that will be used instead.
    3535                 */
  • trunk/src/wp-content/themes/twentytwelve/tag.php

    r32116 r41349  
    3232                /*
    3333                 * Include the post format-specific template for the content. If you want to
    34                  * this in a child theme then include a file called called content-___.php
     34                 * this in a child theme then include a file called content-___.php
    3535                 * (where ___ is the post format) and that will be used instead.
    3636                 */
Note: See TracChangeset for help on using the changeset viewer.