> good day to you > i want to translate my wordpress theme to hebrew from english > i can't find all the lines to translate in all the php files so i use > firebug to find it > but is there a way to edit and change the php file with firebug? No
> and if not how can i know the name of the php file that i want to > change? That's exactly the problem. Firebug works with live objects in the browser and has no idea about the server technology that was used to create the page. Anyway, there is a FireDiff extensions that is a step in this direction. Tthe goal here is to provide a patch with changes you have made so, you can at least manually apply these changes to files on the server. http://www.incaseofstairs.com/firediff/ Honza -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
