Skip to content

Commit e26a9c3

Browse files
Update media.php
Co-authored-by: Weston Ruter <[email protected]>
1 parent ec1490c commit e26a9c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/media.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6379,7 +6379,7 @@ function wp_is_client_side_media_processing_enabled(): bool {
63796379
*
63806380
* @since 7.0.0
63816381
*
6382-
* @param bool $enabled Whether client-side media processing is enabled. Default true if SSL or localhost.
6382+
* @param bool $enabled Whether client-side media processing is enabled. Default true if the page is served in a secure context.
63836383
*/
63846384
return (bool) apply_filters( 'wp_client_side_media_processing_enabled', $enabled );
63856385
}

0 commit comments

Comments
 (0)