Changeset 9002 for trunk/wp-includes/functions.wp-styles.php
- Timestamp:
- 09/27/2008 10:06:18 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.wp-styles.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.wp-styles.php
r8050 r9002 1 1 <?php 2 /** 3 * BackPress styles procedural API. 4 * 5 * @package BackPress 6 * @since r79 7 */ 2 8 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 */ 3 17 function wp_print_styles( $handles = false ) { 4 18 do_action( 'wp_print_styles' );
Note: See TracChangeset
for help on using the changeset viewer.