Opened 7 months ago
Closed 7 months ago
#9885 closed theme (not-approved)
THEME: AEB Photo Gallery - 1.0
| Reported by: | ensar | Owned by: | chipbennett |
|---|---|---|---|
| Priority: | major | Keywords: | theme-aeb-photo-gallery |
| Cc: | ensarbaylar@… |
Description
AEB Photo Gallery - 1.0
AEB Photo Gallery is made especially for photographers and photobloggers. It is responsive, there are three different style sheets for different screen sizes.
Theme URL - http://www.ensarbaylar.com/en/wordpress/aeb-photo-gallery
Author URL - http://ensarbaylar.com/
SVN - http://themes.svn.wordpress.org/aeb-photo-gallery/1.0
ZIP - http://wordpress.org/extend/themes/download/aeb-photo-gallery.1.0.zip?nostats=1
All previous tickets for this theme: http://themes.trac.wordpress.org/query?keywords=~theme-aeb-photo-gallery
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
Note: See
TracTickets for help on using
tickets.


Theme URI is not appropriate. Currently, it contains no real content/information.
Scripts and stylesheets must be enqueued, rather than hard-coded.
Use core-bundled versions of scripts (e.g. jQuery) rather than Theme-bundled versions
Theme functions (and everything in the public namespace) must be uniquely prefixed
Use core functionality (core post types, featured image, post formats, etc.) rather than registering a custom post type for images.
This is not a complete review.