Changeset 38606
- Timestamp:
- 09/14/2016 09:47:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r38605 r38606 4027 4027 4028 4028 /** 4029 * Retrieve the URL of a file in the theme.4029 * Retrieves the URL of a file in the theme. 4030 4030 * 4031 4031 * Searches in the stylesheet directory before the template directory so themes … … 4060 4060 4061 4061 /** 4062 * Retrieve the URL of a file in the parent theme.4062 * Retrieves the URL of a file in the parent theme. 4063 4063 * 4064 4064 * @since 4.7.0 … … 4088 4088 4089 4089 /** 4090 * Retrieve the path of a file in the theme.4090 * Retrieves the path of a file in the theme. 4091 4091 * 4092 4092 * Searches in the stylesheet directory before the template directory so themes … … 4121 4121 4122 4122 /** 4123 * Retrieve the path of a file in the parent theme.4123 * Retrieves the path of a file in the parent theme. 4124 4124 * 4125 4125 * @since 4.7.0
Note: See TracChangeset
for help on using the changeset viewer.