Skip to content

Commit

Permalink
Temporarily remove custom layouts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed Mar 5, 2018
1 parent 833cc6c commit 708ffe1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions inc/siteorigin-panels.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
/**
* Register a custom layouts folder location.
*/
function polestar_layouts_folder( $layout_folders ) {
$layout_folders[] = get_template_directory() . '/inc/layouts';
return $layout_folders;
}
add_filter( 'siteorigin_panels_local_layouts_directories', 'polestar_layouts_folder' );
// function polestar_layouts_folder( $layout_folders ) {
// $layout_folders[] = get_template_directory() . '/inc/layouts';
// return $layout_folders;
// }
// add_filter( 'siteorigin_panels_local_layouts_directories', 'polestar_layouts_folder' );

/**
* Remove Post Loop widget templates that aren't complete loops.
Expand Down

0 comments on commit 708ffe1

Please sign in to comment.