Skip to content

Commit

Permalink
Ignore code coverage for deprecated wp_disable_script_concatenation()
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Aug 23, 2021
1 parent e0a1fe5 commit 49603fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wp-includes/deprecated.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ function wp_service_worker_json_encode( $data ) {
* Disables concatenating scripts to leverage caching the assets via Service Worker instead.
*
* @deprecated 0.7 No longer used.
* @codeCoverageIgnore
*/
function wp_disable_script_concatenation() {
_deprecated_function( __FUNCTION__, '0.7' );
Expand Down

0 comments on commit 49603fe

Please sign in to comment.