Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

issue #128: change callback function parameter from ref to value #129

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

donnamcmaster
Copy link
Contributor

@donnamcmaster donnamcmaster commented Apr 28, 2019

pull request for issue #128
changed call parameter from &$query to $query for:
class-piklist-cpt.php

  • Piklist_CPT::pre_get_posts
  • Piklist_CPT::posts_search
    class-piklist-wordpress.php:
  • Piklist_WordPress::pre_get_posts
  • Piklist_WordPress::pre_user_query
  • Piklist_WordPress::where
  • Piklist_WordPress::orderby
  • Piklist_WordPress::distinct

changed call parameter from &$query to $query for: 
class-piklist-cpt.php
- Piklist_CPT::pre_get_posts
- Piklist_CPT::posts_search
class-piklist-wordpress.php:
- Piklist_WordPress::pre_get_posts
- Piklist_WordPress::pre_user_query
- Piklist_WordPress::where
- Piklist_WordPress::orderby
- Piklist_WordPress::distinct
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
1 participant