Changeset 10150 for trunk/wp-includes/theme.php
- Timestamp:
- 12/09/2008 06:03:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r9716 r10150 55 55 * Retrieve URI of current theme stylesheet. 56 56 * 57 * The stylesheet file name is 'style.css' which is appended to {@link 57 * The stylesheet file name is 'style.css' which is appended to {@link 58 58 * get_stylesheet_directory_uri() stylesheet directory URI} path. 59 59 * … … 772 772 /** 773 773 * Retrieve the name of the highest priority template file that exists. 774 * 774 * 775 775 * Searches in the STYLESHEETPATH before TEMPLATEPATH so that themes which 776 776 * inherit from a parent theme can just overload one file.
Note: See TracChangeset
for help on using the changeset viewer.