Procházet zdrojové kódy

:recycle: turning off content for events and exhibits

tags/0.9.0
J před 4 roky
rodič
revize
d59264dc53

+ 1
- 1
plugins/cia-endpoints/includes/class.make-sortby.php Zobrazit soubor

@@ -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
 }

Načítá se…
Zrušit
Uložit