I do have prepared theme files (with __(), and _e(), etc), but they lack domain argument. There are lots of such string scattered around the theme files, editing by hand seems to be a dreadful perspective. Is there any tool to do this quickly? I remember there was a script somewhere, but I can't find it now.
|
There's no perfect solution, because your search would be pretty general. Keyboardshortcuts are a real help in such cases. Ex. Notepad++ [Ctrl] + [F] = search. Then [N] for find and [R] for replace. Most editors offer search (that includes search&replace) across files (ex. notepad++). You could do a search for Note: Top of your functions.php should then have something like: |
|||
|
Ok, I finally found what I was looking for - Marking strings in themes and plugins. And here is the actual SVN repository for tools in question. |
|||
|
|
