Skip to content

Commit

Permalink
Avoid code coverage for deprecated amp_is_bento_enabled()
Browse files Browse the repository at this point in the history
  • Loading branch information
thelovekesh committed Oct 17, 2023
1 parent 1563115 commit 93ade31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/deprecated.php
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ function amp_post_template_add_analytics_script( $data ) {
* @link https://blog.amp.dev/2021/01/28/bento/
*
* @deprecated 2.4.3 Bento support has been removed.
*
* @codeCoverageIgnore
* @return bool Whether Bento components are enabled.
*/
function amp_is_bento_enabled() {
Expand Down

0 comments on commit 93ade31

Please sign in to comment.