Changeset 48138
- Timestamp:
- 06/23/2020 10:46:58 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/theme.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r48137 r48138 183 183 * @since 1.5.0 184 184 * 185 * @return string Path to current theme stylesheet directory.185 * @return string Path to current theme's stylesheet directory. 186 186 */ 187 187 function get_stylesheet_directory() { … … 207 207 * @since 1.5.0 208 208 * 209 * @return string 209 * @return string URI to current theme's stylesheet directory. 210 210 */ 211 211 function get_stylesheet_directory_uri() { … … 234 234 * @since 1.5.0 235 235 * 236 * @return string 236 * @return string URI to current theme's stylesheet. 237 237 */ 238 238 function get_stylesheet_uri() { … … 269 269 * @global WP_Locale $wp_locale WordPress date and time locale object. 270 270 * 271 * @return string 271 * @return string URI to current theme's localized stylesheet. 272 272 */ 273 273 function get_locale_stylesheet_uri() { … … 317 317 * @since 1.5.0 318 318 * 319 * @return string Path to current theme template directory.319 * @return string Path to current theme's template directory. 320 320 */ 321 321 function get_template_directory() { … … 341 341 * @since 1.5.0 342 342 * 343 * @return string URI to current theme template directory.343 * @return string URI to current theme's template directory. 344 344 */ 345 345 function get_template_directory_uri() {
Note: See TracChangeset
for help on using the changeset viewer.