mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 04:34:31 +00:00
Docs: Various docblock corrections for code added in 5.8.
Props johnbillion. See #53461. git-svn-id: https://develop.svn.wordpress.org/trunk@51221 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2603,7 +2603,7 @@ function wp_maybe_inline_styles() {
|
||||
*
|
||||
* @since 5.8.0
|
||||
*
|
||||
* @param int $total_inline_limit The file-size threshold, in bytes. Defaults to 20000.
|
||||
* @param int $total_inline_limit The file-size threshold, in bytes. Default 20000.
|
||||
*/
|
||||
$total_inline_limit = apply_filters( 'styles_inline_size_limit', $total_inline_limit );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user