Check if $breadcrumb is empty
This commit is contained in:
parent
fc78f85bc6
commit
8e19abe368
|
@ -12,7 +12,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( $breadcrumb ) {
|
if ( ! empty( $breadcrumb ) ) {
|
||||||
|
|
||||||
echo $wrap_before;
|
echo $wrap_before;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue