Docs: Improve description wording for `get_template_part()` in regard to overloading by child themes.

Also, update the summary to use a third-person singular verb.

Props ixmati.
See #41017.


git-svn-id: https://develop.svn.wordpress.org/trunk@40933 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2017-06-25 06:55:43 +00:00
parent 1883d96173
commit 2a6d816739
1 changed files with 3 additions and 3 deletions

View File

@ -123,10 +123,10 @@ function get_sidebar( $name = null ) {
}
/**
* Load a template part into a template
* Loads a template part into a template.
*
* Makes it easy for a theme to reuse sections of code in a easy to overload way
* for child themes.
* Provides a simple mechanism for child themes to overload reusable sections of code
* in the theme.
*
* Includes the named template part for a theme or if a name is specified then a
* specialised part will be included. If the theme contains no {slug}.php file