chore: indenting
This commit is contained in:
parent
2f3ed12adf
commit
a9c17dbfc2
6 changed files with 72 additions and 75 deletions
|
@ -591,7 +591,8 @@ function display_companies() {
|
|||
);
|
||||
$include = 0;
|
||||
}
|
||||
// phpcs:enable
|
||||
|
||||
// phpcs:enable
|
||||
if ( ! empty( $terms ) ) {
|
||||
foreach ( $terms as $term ) {
|
||||
$term_children = get_term_children( $term->term_id, 'company' );
|
||||
|
|
Reference in a new issue