Make note of an optional argument. props hakre, fixes #14870.

git-svn-id: http://svn.automattic.com/wordpress/trunk@15616 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-09-14 16:22:55 +00:00
parent 692b43a71b
commit 3ad167f45d
1 changed files with 2 additions and 1 deletions

View File

@ -2077,7 +2077,8 @@ function wp_admin_css_uri( $file = 'wp-admin' ) {
* @since 2.3.0
* @uses $wp_styles WordPress Styles Object
*
* @param string $file Style handle name or file name (without ".css" extension) relative to wp-admin/
* @param string $file Optional. Style handle name or file name (without ".css" extension) relative
* to wp-admin/. Defaults to 'wp-admin'.
* @param bool $force_echo Optional. Force the stylesheet link to be printed rather than enqueued.
*/
function wp_admin_css( $file = 'wp-admin', $force_echo = false ) {