Merge pull request #832 from IanDelMar/patch-1
Remove $sidebar_pos - 👍 @IanDelMar
This commit is contained in:
commit
c26648ad97
2
404.php
2
404.php
|
@ -12,8 +12,6 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||||
get_header();
|
get_header();
|
||||||
|
|
||||||
$container = get_theme_mod( 'understrap_container_type' );
|
$container = get_theme_mod( 'understrap_container_type' );
|
||||||
$sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="wrapper" id="error-404-wrapper">
|
<div class="wrapper" id="error-404-wrapper">
|
||||||
|
|
Reference in New Issue