Opened 14 years ago
Closed 14 years ago
#6856 closed theme (not-approved)
THEME: Programmatic - 0.14.1
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | Keywords: | theme-programmatic | |
| Cc: | UnboundDarkness@… |
Description
Programmatic - 0.14.1
Tema basado en Thematic, desarrollado para el blog de UnboundDarkness.
Theme URL - http://www.udoss.com/desarrollo-web/programmatic/
Author URL -
SVN - http://themes.svn.wordpress.org/programmatic/0.14.1
ZIP - http://wordpress.org/extend/themes/download/programmatic.0.14.1.zip?nostats=1
Diff with previous version: http://themes.trac.wordpress.org/changeset?old_path=/programmatic/0.14&new_path=/programmatic/0.14.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-programmatic&order=id

THEME REVIEW RESULTS
Thank you for your submission. The issues listed below must be corrected before you re-submit your theme. Another reviewer may find further issues, so please do all you can to ensure your theme meets the Theme Review Guidelines. The following tools will be of use to you in this process:
Make sure to use define('WP_DEBUG', true); in wp-config.php when testing your theme.
If you have any questions specific to this review, you may ask them here. For general theme review enquiries, you can monitor the Theme Review mailing list
RECOMMENDATION: NOT-APPROVED
ISSUES FROM PREVIOUS REVIEW
http://themeshaper.com/programmatic/. Take a look at library\extensions\shortcodes.php,thmfooter_theme_link()thmfooter_instead ofprogrammatic_THEME INFORMATION
THEME UNIT TESTS
Index / Archive View
Single Post View
<ins>tagVISUAL ISSUES / BROWSER CHECKS / FUNCTIONALITY
<meta name="robots" content="noindex,follow" />.CODE QUALITY
Theme Settings and Data Security
esc_()functions when displaying data in forms. See library\extensions\theme-options.php, library\extensions\widgets.phpchecked()/selected()when outputtingchecked="checked"and `selected="selected" respectively.Support for Older WordPress Versions
function_exists()function e.g.if ( function_exists( 'add_theme_support' ) ).programmatic_post_class()to add support forpost_class()in template files.programmatic_body_class()to add support forbody_class().Using Correct Hooks and Functions
wp_enqueue_scripts.add_theme_support()function calls must be placed in a function that hooks intoafter_setup_theme.after_setup_theme.post_password_required()for checking if a post is password protected in comments.php$_GET['s']useget_search_query().add_theme_page(), the correct capability to use isedit_theme_options.Line 12: $themeData = get_theme_data(TEMPLATEPATH . '/style.css'); Line 66: define('PROGRAMMATICLIB', TEMPLATEPATH . '/library');Theme Localization
Since your theme supports translation you must make sure that:
Line 36: $widget_ops = array('classname' => 'widget_search', 'description' => __( 'A search form for your blog') ); Line 58: <p><label for='<?php echo $this->get_field_id('title'); ?>'><?php _e('Title:'); ?> <input class='widefat' id='<?php echo $this->get_field_id( Line 113: <p><label for='<?php echo $this->get_field_id('title'); ?>'><?php _e('Title:'); ?></label> <input class='widefat' id='<?php echo $this->get_f Line 156: <p><label for='<?php echo $this->get_field_id('title'); ?>'><?php _e('Title:'); ?></label> <input class='widefat' id='<?php echo $this->get_f Line 174: <p><label for='rsslinks-title'><?php _e('Title:'); ?> <input style='width: 250px;' id='rsslinks-title' name='rss-- single.php
Line 21: <li><span class='texto'><?php echo __('Author'); ?>:</span> <?php echo programmatic_postmeta_authorlink(); ?>< Line 22: <li><span class='texto'><?php echo __('Published'); ?>:</span> <?php echo programmatic_postmeta_entrydate(); ? Line 23: <li><span class='texto'><?php echo __('Category'); ?>:</span> <?php echo programmatic_postfooter_postcategory( Line 24: <li><span class='texto'><?php echo __('Tags'); ?>:</span> <?php echo programmatic_postfooter_posttags(); ?></l-- helpers.php
Line 31: $output = __('There is no excerpt because this is a protected post.'); Line 44: $output = __('There is no excerpt because this is a protected post.');-- discussion-extensions.php
Others