Opened 11 months ago
Closed 11 months ago
#8639 closed theme (not-approved)
THEME: ZyRed - 3.0.3
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | Keywords: | theme-zyred | |
| Cc: | tim.zylinski@… |
Description
ZyRed? - 3.0.3
ZyRed? is a three column WordPress? theme with flexible width. The content column has a minimum width of 468 pixel, making the theme well prepared for ad placement.
Theme URL - http://www.zyblog.de/wordpress-themes/zyred/
Author URL - http://www.zyblog.de/
SVN - http://themes.svn.wordpress.org/zyred/3.0.3
ZIP - http://wordpress.org/extend/themes/download/zyred.3.0.3.zip?nostats=1
Diff with previous version: http://themes.trac.wordpress.org/changeset?old_path=/zyred/3.0.2&new_path=/zyred/3.0.3
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-zyred&order=id
Attachments (3)
Change History (5)
comment:1
garinungkadol
— 11 months ago
- Owner set to garinungkadol
- Status changed from new to assigned
garinungkadol
— 11 months ago
garinungkadol
— 11 months ago
garinungkadol
— 11 months ago
comment:2
garinungkadol
— 11 months ago
- Resolution set to not-approved
- Status changed from assigned to closed

Issues from Previous Review #5600
Theme Unit Tests
Index View
Single Post View
Pages
Navigation Menu
CODE QUALITY
For example:
<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent Link to','zyred'); ?> <?php the_title(); ?>"><?php the_title(); ?></a>can be
<?php printf( __( '<a href="%1$s" rel="bookmark" title="%2$s">%3$s</a>', 'zyred' ), esc_url( get_permalink() ), sprintf( __( 'Permanent Link to %s', 'zyred' ), the_title_attribute( array('echo' => false) )), get_the_title() ); ?>Review Summary
If you have any question about this review, feel free to ask here.