Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Tweak tertiary sidebar visibility conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Apr 20, 2017
1 parent ed55ed8 commit 12eddba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidebar-tertiary.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @since 1.0.0
*/

if ( ! primer_layout_has_sidebar() || ! is_active_sidebar( 'sidebar-2' ) || is_bool( strpos( primer_get_layout(), 'three-column' ) ) ) {
if ( ! primer_layout_has_sidebar() || ! is_active_sidebar( 'sidebar-2' ) || 0 !== strpos( primer_get_layout(), 'three-column' ) ) {

return;

Expand Down

0 comments on commit 12eddba

Please sign in to comment.