Changeset 1332646
- Timestamp:
- 01/21/2016 08:12:51 AM (10 years ago)
- Location:
- wp-nice-search/trunk/src
- Files:
-
- 2 edited
-
core/Results/Results.php (modified) (1 diff)
-
init.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-nice-search/trunk/src/core/Results/Results.php
r1332507 r1332646 35 35 public function getPosts() 36 36 { 37 $posts = array(); 37 38 $where = $this->getPostTypes(); 38 39 $orderby = $this->getOrderBy(); -
wp-nice-search/trunk/src/init.php
r1315493 r1332646 28 28 'wpns_in_post' => 'on', 29 29 'wpns_in_page' => null, 30 'wpns_in_c ustom_post_type' => null,30 'wpns_in_cpt' => null, 31 31 //layout 32 32 'wpns_items_featured' => null,
Note: See TracChangeset
for help on using the changeset viewer.