Skip to content

Commit 1087419

Browse files
buntybuddybossschlessera
authored andcommitted
Issue #181: Fix coding standerd
1 parent d89f048 commit 1087419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/taxonomy.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Feature: Manage WordPress taxonomies
5454
<?php
5555
// Plugin Name: Test Taxonomy Strict/No-Strict Mode
5656
57-
add_action( 'init', function(){
57+
add_action( 'init', function() {
5858
$args = array(
5959
'hierarchical' => true,
6060
'show_ui' => true,
@@ -68,7 +68,7 @@ Feature: Manage WordPress taxonomies
6868
);
6969
7070
register_taxonomy( 'genres', array( 'post','page' ), $args );
71-
});
71+
} );
7272
"""
7373

7474
When I run `wp taxonomy list --object_type=post --strict`

0 commit comments

Comments
 (0)