Make WordPress Core


Ignore:
Timestamp:
09/27/2008 10:06:18 AM (17 years ago)
Author:
westi
Message:

phpdoc updates for wp-includes See #7550 props jacobsantos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.wp-styles.php

    r8050 r9002  
    11<?php
     2/**
     3 * BackPress styles procedural API.
     4 *
     5 * @package BackPress
     6 * @since r79
     7 */
    28
     9/**
     10 * {@internal Missing Short Description}}
     11 *
     12 * @since r79
     13 *
     14 * @param mixed $handles See {@link WP_Styles::do_items()} for information.
     15 * @return mixed See {@link WP_Styles::do_items()} for information.
     16 */
    317function wp_print_styles( $handles = false ) {
    418    do_action( 'wp_print_styles' );
Note: See TracChangeset for help on using the changeset viewer.