Sfoglia il codice sorgente

:recycle: turning off content for events and exhibits

tags/0.9.0
J 4 anni fa
parent
commit
d59264dc53
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      plugins/cia-endpoints/includes/class.make-sortby.php

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

136
 
136
 
137
     public function prepare_items_for_reponse( $items ) {
137
     public function prepare_items_for_reponse( $items ) {
138
         $collection = array();
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
         return $collection;
140
         return $collection;
141
     }
141
     }
142
 }
142
 }

Loading…
Annulla
Salva