Make WordPress Core

Changeset 37232


Ignore:
Timestamp:
04/18/2016 01:04:15 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Theme Editor: After [37217], add other embed templates to file descriptions.

Props Frozzare.
Fixes #34561. See #34561.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/file.php

    r37217 r37232  
    2222    '404.php'               => __( '404 Template' ),
    2323    'link.php'              => __( 'Links Template' ),
    24     'embed.php'             => __( 'Embed Template' ),
    2524    // Archives
    2625    'index.php'             => __( 'Main Index Template' ),
     
    4443    'audio.php'             => __( 'Audio Attachment Template' ),
    4544    'application.php'       => __( 'Application Attachment Template' ),
     45    // Embeds
     46    'embed.php'             => __( 'Embed Template' ),
     47    'embed-404.php'         => __( 'Embed 404 Template' ),
     48    'embed-content.php'     => __( 'Embed Content Template' ),
     49    'header-embed.php'      => __( 'Embed Header Template' ),
     50    'footer-embed.php'      => __( 'Embed Footer Template' ),
    4651    // Stylesheets
    4752    'style.css'             => __( 'Stylesheet' ),
Note: See TracChangeset for help on using the changeset viewer.