Skip to content

Commit

Permalink
Merge pull request understrap#1225 from IanDelMar/patch-4
Browse files Browse the repository at this point in the history
Fix WPCS
  • Loading branch information
UnderstrapFramework authored Oct 15, 2020
2 parents 91def17 + 460b7ed commit 62c1f17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/extras.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ function understrap_escape_the_archive_description( $description ) {
if ( is_author() || is_post_type_archive() ) {
return wp_kses_post( $description );
}

/*
* All other descriptions are retrieved via term_description() which returns
* a sanitized description.
Expand Down

0 comments on commit 62c1f17

Please sign in to comment.