瀏覽代碼

:recycle: turning off content for events and exhibits

tags/0.9.0
J 4 年之前
父節點
當前提交
d59264dc53
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      plugins/cia-endpoints/includes/class.make-sortby.php

+ 1
- 1
plugins/cia-endpoints/includes/class.make-sortby.php 查看文件

@@ -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…
取消
儲存