chore: indenting

This commit is contained in:
Ben Goldsworthy 2022-04-12 22:34:33 +01:00
parent 2f3ed12adf
commit a9c17dbfc2
6 changed files with 72 additions and 75 deletions

View file

@ -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' );