Changeset 15590 for trunk/wp-includes/theme.php
- Timestamp:
- 09/07/2010 11:21:11 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r15435 r15590 646 646 * 647 647 * @since 1.5.0 648 * @param $stylesheet_or_template The stylesheet or template name of the theme649 648 * @uses apply_filters() Calls 'theme_root' filter on path. 650 649 * 650 * @param string $stylesheet_or_template The stylesheet or template name of the theme 651 651 * @return string Theme path. 652 652 */ … … 672 672 * 673 673 * @since 1.5.0 674 * @param $stylesheet_or_template The stylesheet or template name of the theme675 * 674 * 675 * @param string $stylesheet_or_template The stylesheet or template name of the theme 676 676 * @return string Themes URI. 677 677 */ … … 1433 1433 * @since 3.0.0 1434 1434 * 1435 * @param string|array The header string id (key of array) to remove, or an array thereof.1435 * @param string|array $header The header string id (key of array) to remove, or an array thereof. 1436 1436 * @return True on success, false on failure. 1437 1437 */
Note: See TracChangeset
for help on using the changeset viewer.