Make WordPress Core


Ignore:
Timestamp:
09/07/2010 11:21:11 AM (14 years ago)
Author:
nacin
Message:

Phpdoc argument/@param cleanups. props duck_, see #14783.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/theme.php

    r15435 r15590  
    646646 *
    647647 * @since 1.5.0
    648  * @param $stylesheet_or_template The stylesheet or template name of the theme
    649648 * @uses apply_filters() Calls 'theme_root' filter on path.
    650649 *
     650 * @param string $stylesheet_or_template The stylesheet or template name of the theme
    651651 * @return string Theme path.
    652652 */
     
    672672 *
    673673 * @since 1.5.0
    674  * @param $stylesheet_or_template The stylesheet or template name of the theme
    675  *
     674 *
     675 * @param string $stylesheet_or_template The stylesheet or template name of the theme
    676676 * @return string Themes URI.
    677677 */
     
    14331433 * @since 3.0.0
    14341434 *
    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.
    14361436 * @return True on success, false on failure.
    14371437 */
Note: See TracChangeset for help on using the changeset viewer.