chipbennett / oenology

WordPress Theme Oenology
62 stars 10 forks source link

paginate_links() returns incorrect URL for paginated search query #124

Closed chipbennett closed 11 years ago

chipbennett commented 11 years ago

paginate_links() returns a malformed URL for paginated search queries. The search query is not properly encoded, causing spaces in the search query string to be removed, rather than replaced with "+" in the URL.

Encode search string with urlencode() prior to concatenating to paginate_links.