Skip to content

Commit 0c6d75a

Browse files
author
Blake Bertuccelli
committed
Make axe tags show by default.
1 parent 079a50c commit 0c6d75a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

models/db.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ public static function create_tags_table(){
784784
require_once 'integrations.php';
785785
require_once 'helpers/register_tags.php';
786786
$integration_tags = get_integration_tags(
787-
'wave'
787+
'axe'
788788
);
789789
if( !empty($integration_tags) ){
790790
register_tags($integration_tags);

0 commit comments

Comments
 (0)