Created
January 9, 2011 14:41
-
-
Save Pross/771732 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define('REVIEWER', true); | |
define('TC_PRE', 'Theme Review:[[br]] | |
- Themes should be reviewed using "define(\'WP_DEBUG\', true);" in wp-config.php[[br]] | |
- Themes should be reviewed using the test data from the Theme Checklists (TC) | |
<br />-----<br /> | |
'); | |
define('TC_POST', ' | |
<br />-----<br /> | |
General Observations:[[br]] | |
<br />-----<br /> | |
Overall: RESULT[[br]] | |
* Additional review may be required once the above issues are resolved.[[br]] | |
[[br]] | |
Again, this is not a complete review. The Theme may have other issues that do | |
not meet the Theme Review Guidelines.[[br]] | |
* Theme Review - [http://codex.wordpress.org/Theme_Review Theme_Review][[br]] | |
* Theme Unit Checklist - [http://codex.wordpress.org/Theme_Unit_Test Theme_Unit_Test][[br]] | |
* Theme Development - [http://codex.wordpress.org/Theme_Development Theme_Development][[br]] | |
[[br]] | |
Once the points above have been addressed appropriately using the available | |
information found at the links above; please thoroughly review your theme and | |
re-submit it using the uploader tool: http://wordpress.org/extend/themes/upload/ | |
... this will generate a new Trac ticket.[[br]] | |
[[br]] | |
NB: Re-submitted Themes are given review priority over new Themes that have not | |
been reviewed yet.[[br]] | |
[[br]] | |
Also note, to preserve your queue position if you upload a new revision to the | |
theme before the current Trac ticket has been resolved:[[br]] | |
1. Note the "new" ticket number of the revision.[[br]] | |
2. Go to the oldest *open* ticket for your theme.[[br]] | |
3. Add a comment to the *open* ticket with a link to the "new" ticket.[[br]] | |
4. The next review should take this into consideration.[[br]] | |
[[br]] | |
Feel free to make use of the contact details below if you have any questions, | |
comments, or feedback:[[br]] | |
[[br]] | |
* Leave a comment on this ticket[[br]] | |
* Send an email to the Theme Review email list[[br]] | |
* Use the #wordpress-themes IRC channel on Freenode | |
<br />-----<br /> | |
Test Environment:[[br]] | |
!WordPress Theme Reviews by pross[[br]] | |
* !WordPress Version: 3.1[[br]] | |
* PHP version: ' . phpversion() . '[[br]] | |
* Multisite Enabled: No[[br]] | |
* Current User Role: administrator[[br]] | |
'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment