Welcome to the Trac page for the Theme options plugin

This section allows anyone to submit bugs, errors, patches, request, and other improvements to the Theme Options plugin. Fell free to submit a detailed New Ticket.

Some Important notes

The Keyword Which We Use

  • reporter-feedback
  • 2nd-opinion
  • dev-feedback
  • needs-patch
  • has-patch
  • needs-testing
  • needs-unit-tests
  • needs-doc
  • tested
  • commit

These are the only keywords accepted in the Keywords field each form and generally follow that order of being added / used. If you use other keywords they will be removed.

Attachments and Patches

Fell free to attach documents that you think will be important to understanding or solving the problem. However, if your submitting the final code that will go into this plugin or code that needs to be tested, it needs to be in Trac patch format. This means you need to create a subversion diff file. You will need to know how to use Subversion to do this.

For small changes in a single file

svn diff filename.php > filename.diff

For larger changes in multiple files

svn diff > big_patch.diff