theme broken ?

Viewing 5 posts - 1 through 5 (of 5 total)
  • #3242
    Anonymous
    Inactive

    Does this mean theme is broke?

    [code]RECOMMENDED: Text domain problems in includes/widgets.php. You have not included a text domain!
    Line 79: $title = apply_filters(\’widget_title\’, empty($instance[\’title\’]) ? __(\’Ephemera\’) : $instance[\’title\’], $instance, $this->id_base);
    RECOMMENDED: Text domain problems in functions.php. You have not included a text domain!
    Line 198: $doc_title .= \’, \’ . __( \’Page\’ ) . \’ \’ . max( $paged, $page );
    Line 211: $doc_title .= \’, \’ . __( \’Page\’ ) . \’ \’ . max( $paged, $page );
    RECOMMENDED: Text domain problems in content.php. You have not included a text domain!
    Line 30: <?php wp_link_pages( array( \’before\’ => \'<p class=\’pagination\’>\’ . __( \’Pages\’ ) . \’: \’ ) ); ?>
    RECOMMENDED: Text domain problems in content-video.php. You have not included a text domain!
    Line 6: <?php wp_link_pages( array( \’before\’ => \'<p class=\’pagination\’>\’ . __( \’Pages\’ ) . \’: \’ ) ); ?>
    RECOMMENDED: Text domain problems in content-image.php. You have not included a text domain!
    Line 16: <?php wp_link_pages( array( \’before\’ => \'<p class=\’pagination\’>\’ . __( \’Pages\’ ) . \’: \’ ) ); ?>
    RECOMMENDED: Text domain problems in content-gallery.php. You have not included a text domain!
    Line 16: <?php wp_link_pages( array( \’before\’ => \'<p class=\’pagination\’>\’ . __( \’Pages\’ ) . \’: \’ ) ); ?>
    RECOMMENDED: Text domain problems in content-audio.php. You have not included a text domain!
    Line 17: <?php wp_link_pages( array( \’before\’ => \'<p class=\’pagination\’>\’ . __( \’Pages\’ ) . \’: \’ ) ); ?>
    RECOMMENDED: Text domain problems in comments.php. You have not included a text domain!
    Line 28: <h3 id=\’comments-title\’><?php comments_number( \’\’, __( \’One Response\’ ), \’% \’ . __( \’Responses\’ ) ); ?></h3>
    Line 31: <div class=\’nav-previous\’><?php previous_comments_link( \'<span class=\’meta-nav\’>←</span> \’ . __( \’Older Comments\’ ) ); ?></div>
    Line 41: <div class=\’nav-previous\’><?php previous_comments_link( \'<span class=\’meta-nav\’>←</span> \’ . __( \’Older Comments\’ ) ); ?></div>
    Line 32: <div class=\’nav-next\’><?php next_comments_link( __( \’Newer Comments\’ ) . \'<span class=\’meta-nav\’>→</span>\’ ); ?></div>
    Line 42: <div class=\’nav-next\’><?php next_comments_link( __( \’Newer Comments\’ ) . \'<span class=\’meta-nav\’>→</span>\’ ); ?></div>
    Line 57: \’author\’ => \'<p class=\’comment-form-author\’>\’ . \'<label for=\’author\’>\’ . __( \’Name\’ ) . \'</label> \’ . ( $req ? \'<span class=\’required\’>*</span>\’ : \’
    Line 59: \’email\’ => \'<p class=\’comment-form-email\’>\’ . \'<label for=\’email\’>\’ . __( \’Email\’ ) . \'</label> \’ . ( $req ? \'<span class=\’required\’>*</span>\’ :
    Line 61: \’url\’ => \'<p class=\’comment-form-url\’>\’ . \'<label for=\’url\’>\’ . __( \’Website\’ ) . \'</label>\’ .
    Line 67: \’comment_field\’ => \'<p class=\’comment-form-comment\’><label for=\’comment\’ class=\’comment-label\’>\’ . __( \’Comment\’ ) . \'</label><textarea id=\’comment\’ name=\’comment\’ cols[/code]

    #3243
    TimGouldPhotography
    Participant

    Where does this message appear?

    #3244
    Anonymous
    Inactive

    TimGouldPhotography said:
    Where does this message appear?

    When I check the theme using the ThemeCheck plugin.

    #3245
    Kath
    Participant

    Hi Joe. I’m not familiar with the ThemeCheck plugin and what it does, but I’m really happy with how the theme is working for me.

    #3246
    Anonymous
    Inactive

    [quote]Kath: Hi Joe. Im not familiar with the ThemeCheck plugin and what it does, but Im really happy with how the theme is working for me.[/quote]

    The Theme Check plugin – A simple and easy way to test your theme for all the latest WordPress standards and practices. A great theme development tool

    anyway I can fix these?

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.