Opened 7 months ago
Closed 7 months ago
#9821 closed theme (not-approved)
THEME: Photo Shop - 3.4.1
| Reported by: | micden.net | Owned by: | chipbennett |
|---|---|---|---|
| Priority: | major | Keywords: | theme-photo-shop |
| Cc: | admin@… |
Description
Photo Shop - 3.4.1
The 2012 Photo Shop theme for WordPress?.
Theme URL - http://display.micden.com/?theme=photo-shop
Author URL - http://www.micden.com
SVN - http://themes.svn.wordpress.org/photo-shop/3.4.1
ZIP - http://wordpress.org/extend/themes/download/photo-shop.3.4.1.zip?nostats=1
Diff with previous version: http://themes.trac.wordpress.org/changeset?old_path=/photo-shop/3.4&new_path=/photo-shop/3.4.1
All previous tickets for this theme: http://themes.trac.wordpress.org/query?col=id&col=summary&col=keywords&col=owner&col=status&col=resolution&keywords=~theme-photo-shop&order=id
Change History (4)
comment:1 Changed 7 months ago by chipbennett
- Resolution set to not-approved
- Status changed from new to closed
comment:2 Changed 7 months ago by chipbennett
- Resolution not-approved deleted
- Status changed from closed to reopened
comment:3 Changed 7 months ago by chipbennett
- Owner set to chipbennett
- Status changed from reopened to assigned
comment:4 Changed 7 months ago by chipbennett
- Resolution set to not-approved
- Status changed from assigned to closed


Theme Name is not appropriate. "PhotoShop?" is a trademarked term.
Do not bypass WordPress? Theme updater. Themes hosted in the repository must be updated in the repository.
Textdomain must use a string, rather than a constant, variable, etc.
Theme function names (and anything in the public namespace) must be prefixed uniquely (e.g. using theme-slug)
Favicons must be user-configurable, and disabled by default
Remove function_exists() conditional wrappers for any function added in WordPress? 3.2 or later.
Do not hard-code RSS feed links in document head.
IE-conditional stylesheets must be enqueued rather than hardcoded
Do not remove_action() on the wp_generator
Scripts must be enqueued rather than hard-coded
This is not a complete review.