We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1490c commit e26a9c3Copy full SHA for e26a9c3
1 file changed
src/wp-includes/media.php
@@ -6379,7 +6379,7 @@ function wp_is_client_side_media_processing_enabled(): bool {
6379
*
6380
* @since 7.0.0
6381
6382
- * @param bool $enabled Whether client-side media processing is enabled. Default true if SSL or localhost.
+ * @param bool $enabled Whether client-side media processing is enabled. Default true if the page is served in a secure context.
6383
*/
6384
return (bool) apply_filters( 'wp_client_side_media_processing_enabled', $enabled );
6385
}
0 commit comments