Quote:
Originally Posted by MarcoH64
What reason would you have to do this? Please try to explain what you're trying to achieve.
|
I'm writing a plugin product. There's a phrase that, due to what my plugin will alter, won't make sense without rewording it. But the phrase is called in a template and I'd like to be able to install the product without having to do any other steps (edit templates or phrases) manually.
To be precise, I'd like the Searching phrase "posts_from_last_day" to contain the text "Updated posts" instead of "posts from last day".
This would allow me to have a one-step install by adding the query to the install code.
Edit: It ocurrs to me that I might be over-thinking this. Is something like this in the php possible:
$vbphrase['posts_from_last_day']="Updated posts";