Opened 9 months ago
Closed 8 months ago
#9566 closed theme (not-approved)
THEME: Blue Mountain Coffee - 1.0.1
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | Keywords: | theme-blue-mountain-coffee | |
| Cc: | chadwick22@… |
Description
Blue Mountain Coffee - 1.0.1
Coffee Flavored WordPress? Theme
Theme URL - http://bluemountaincoffeebeans.org
Author URL -
SVN - http://themes.svn.wordpress.org/blue-mountain-coffee/1.0.1
ZIP - http://wordpress.org/extend/themes/download/blue-mountain-coffee.1.0.1.zip?nostats=1
Diff with previous version: http://themes.trac.wordpress.org/changeset?old_path=/blue-mountain-coffee/1.0&new_path=/blue-mountain-coffee/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-blue-mountain-coffee&order=id
Change History (4)
comment:1
emiluzelac
— 8 months ago
- Owner set to punkshui
- Status changed from new to assigned
comment:2
emiluzelac
— 8 months ago
- Owner changed from punkshui to austinpickett
comment:3
austinpickett
— 8 months ago
comment:4
emiluzelac
— 8 months ago
- Resolution set to not-approved
- Status changed from assigned to closed

Not Approved
Depreciated Call
Function: add_custom_image_header()
Used in wp-content/themes/1.0.1/lib/header.php on line 84.
Alternative
Use add_theme_support( 'custom-header', $args ) instead.
Deprecated in version 3.4.
Doctype Declaration
No XFN profile link
Correct XFN profile link in <head> tag: <head profile="http://gmpg.org/xfn/11"> or <link rel="profile" href="http://gmpg.org/xfn/11" /> (Exception: Wholly HTML 5 themes must not have the profile, as HTML 5 does not support it.)
Incorrect META Charset
Correct content-type meta declaration: <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> OR <meta charset="<?php bloginfo('charset'); ?>" /> declared before <title>
Recommendations