Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Daryl Lozupone committed May 1, 2015
1 parent ef9e912 commit 26b5ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/class-custom-sidebars.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function init() {
$args = array(
'post_type' => Custom_Sidebars::get_post_types(),
'meta_query' => array(
array (
array(
'key' => '_custom_sidebar',
'value' => true,
)
Expand Down Expand Up @@ -137,7 +137,7 @@ public function get_sidebar_id( $post_id = null ) {
*/
public static function get_post_types() {

return apply_filters( 'custom_sidebar_post_types', array_values( get_post_types() ) );
return apply_filters( 'custom_sidebar_post_types', array_values( get_post_types() ) );

}

Expand Down

0 comments on commit 26b5ae3

Please sign in to comment.