Make WordPress Core

Changeset 38606


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

Docs: Use a third-person singular verb in the DocBlock summary for get_theme_file_uri(), get_parent_theme_file_uri(), get_theme_file_path(), and get_parent_theme_file_path(), introduced in [38578].

See #18302.

File:
1 edited

Legend:

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

    r38605 r38606  
    40274027
    40284028/**
    4029  * Retrieve the URL of a file in the theme.
     4029 * Retrieves the URL of a file in the theme.
    40304030 *
    40314031 * Searches in the stylesheet directory before the template directory so themes
     
    40604060
    40614061/**
    4062  * Retrieve the URL of a file in the parent theme.
     4062 * Retrieves the URL of a file in the parent theme.
    40634063 *
    40644064 * @since 4.7.0
     
    40884088
    40894089/**
    4090  * Retrieve the path of a file in the theme.
     4090 * Retrieves the path of a file in the theme.
    40914091 *
    40924092 * Searches in the stylesheet directory before the template directory so themes
     
    41214121
    41224122/**
    4123  * Retrieve the path of a file in the parent theme.
     4123 * Retrieves the path of a file in the parent theme.
    41244124 *
    41254125 * @since 4.7.0
Note: See TracChangeset for help on using the changeset viewer.