Browse Source

:recycle: turning off content for events and exhibits

tags/0.9.0
J 4 years ago
parent
commit
d59264dc53
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      plugins/cia-endpoints/includes/class.make-sortby.php

+ 1
- 1
plugins/cia-endpoints/includes/class.make-sortby.php View File

@@ -136,7 +136,7 @@ class Make_Sort_By extends WP_REST_Controller {
136 136
 
137 137
     public function prepare_items_for_reponse( $items ) {
138 138
         $collection = array();
139
-        forEach( $items as $key => $item ) $collection[$key] = default_post_format($item, true);
139
+        forEach( $items as $key => $item ) $collection[$key] = default_post_format($item, false);
140 140
         return $collection;
141 141
     }
142 142
 }

Loading…
Cancel
Save