Wanna try an alternative keyword search?

Some WordPress sites, when a search result is nothing, will ask if you: Wanna try an alternative keyword search?
I know that word grates on some people, as it uses the common American language.


WordPress Uses Wanna on some of its Pages..

Some WordPress sites, when a search result is nothing, will ask if you: Wanna try an alternative keyword search?

I know that word grates on some people, as it uses the common American language.

One location for the use of that word is in loop-not-found.php (In the Graphene Theme)

This is shown in the code as:

if ( ! is_search() )
_e( “Sorry, but you are looking for something that isn’t here. Wanna try a search?”
else
_e( “Sorry, but no results were found for that keyword. Wanna try an alternative keyword search?

So I changed it to “Sorry, but no results were found for that keyword. Please try an alternative keyword search?”

with the following

if ( ! is_search() )
_e( “Sorry, but you are looking for something that isn’t here. Would you like to try a search?”
else
_e( “Sorry, but no results were found for that keyword. Please try an alternative keyword search?”
 

 


329.1 - 813,360
DreamHost

Scroll down for Comments
0 0 votes
Article Rating
Subscribe
Notify of

This site uses Akismet to reduce spam. Learn how your comment data is processed.

1 Comment
Inline Feedbacks
View all comments
1
0
Would love your thoughts, please comment.x
()
x