Opened 7 months ago
Closed 7 months ago
#9834 closed theme (not-approved)
THEME: Softmace - 1.0.1
| Reported by: | Softmace | Owned by: | chipbennett |
|---|---|---|---|
| Priority: | major | Keywords: | theme-softmace |
| Cc: | dsquared1967@… |
Description
Softmace - 1.0.1
Clean, fast loading, easy to customize and social friendly, Softmace is all you need for a personal blog. Twitter @cDruc
Theme URL -
Author URL - http://www.twitter.com/cDruc
SVN - http://themes.svn.wordpress.org/softmace/1.0.1
ZIP - http://wordpress.org/extend/themes/download/softmace.1.0.1.zip?nostats=1
Diff with previous version: http://themes.trac.wordpress.org/changeset?old_path=/softmace/1.0.0&new_path=/softmace/1.0.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-softmace&order=id
Change History (2)
comment:1 Changed 7 months ago by chipbennett
- Owner set to chipbennett
- Status changed from new to assigned
comment:2 Changed 7 months ago by chipbennett
- Resolution set to not-approved
- Status changed from assigned to closed


Menu must use core menu feature (wp_nav_menu())
Theme options do not meet guidelines
Call to wp_footer() must come immediately before closing </body> tag
Customizable logo must provide proper file upload for user configuration
Theme-defined functions (and anything else in the public namespace) must be uniquely prefixed (e.g. with theme-slug)
Remove function_exists() conditional wrappers from calls to all functions added prior to WordPress? 3.2.
Do not call remove_action() for document head content
This is not a complete review