Changeset 38519 for trunk/src/wp-includes/functions.wp-styles.php
- Timestamp:
- 09/04/2016 04:08:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-styles.php
r37985 r38519 152 152 * @param string $handle Name of the stylesheet. Should be unique. 153 153 * @param string $src Full URL of the stylesheet, or path of the stylesheet relative to the WordPress root directory. 154 * Default empty. 154 155 * @param array $deps Optional. An array of registered stylesheet handles this stylesheet depends on. Default empty array. 155 156 * @param string|bool|null $ver Optional. String specifying stylesheet version number, if it has one, which is added to the URL … … 161 162 * '(orientation: portrait)' and '(max-width: 640px)'. 162 163 */ 163 function wp_enqueue_style( $handle, $src = false, $deps = array(), $ver = false, $media = 'all' ) {164 function wp_enqueue_style( $handle, $src = '', $deps = array(), $ver = false, $media = 'all' ) { 164 165 _wp_scripts_maybe_doing_it_wrong( __FUNCTION__ ); 165 166
Note: See TracChangeset
for help on using the changeset viewer.