Tagged Questions
1
vote
2answers
107 views
How do I implement a .diff changeset from core.trac.wordpress.org locally?
I have a local copy of the latest version of wordpress that I set up using
svn co http://core.svn.wordpress.org/trunk/
There is a diff that I want to pull into my local fileset:
...
9
votes
3answers
714 views
Easiest Way to Create a Patch for Submission to WordPress Core?
I've submitted a few patches for WordPress core on Trac (one of which has been used) but every time I think about doing it I cringe because my setup for doing so is incredibly tedious.
Can someone ...