Make WordPress Core

Changeset 38605


Ignore:
Timestamp:
09/14/2016 09:44:28 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Use a third-person singular verb for theme_file_uri, parent_theme_file_uri, theme_file_path, and parent_theme_file_path filters added in [38578].

See #18302.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/link-template.php

    r38579 r38605  
    40494049
    40504050    /**
    4051      * Filter the URL to a file in the theme.
     4051     * Filters the URL to a file in the theme.
    40524052     *
    40534053     * @since 4.7.0
     
    40774077
    40784078    /**
    4079      * Filter the URL to a file in the parent theme.
     4079     * Filters the URL to a file in the parent theme.
    40804080     *
    40814081     * @since 4.7.0
     
    41104110
    41114111    /**
    4112      * Filter the path to a file in the theme.
     4112     * Filters the path to a file in the theme.
    41134113     *
    41144114     * @since 4.7.0
     
    41384138
    41394139    /**
    4140      * Filter the path to a file in the parent theme.
     4140     * Filters the path to a file in the parent theme.
    41414141     *
    41424142     * @since 4.7.0
Note: See TracChangeset for help on using the changeset viewer.