• Resolved Stephen

    (@efthaman)


    How do I go abouts fix’n these?

    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'>&larr;</span> ' . __( 'Older Comments' ) ); ?></div>
    Line 41: <div class='nav-previous'><?php previous_comments_link( '<span class='meta-nav'>&larr;</span> ' . __( 'Older Comments' ) ); ?></div>
    Line 32: <div class='nav-next'><?php next_comments_link( __( 'Newer Comments' ) . '<span class='meta-nav'>&rarr;</span>' ); ?></div>
    Line 42: <div class='nav-next'><?php next_comments_link( __( 'Newer Comments' ) . '<span class='meta-nav'>&rarr;</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><br /><textarea id='comment' name='comment' cols

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Stephen

    (@efthaman)

    Can anyone maybe point me into the right direction… starting to think that posting here is a waste of my time…

    Do you intend to translate the theme? If not, you can safely ignore these recommendations.

    Thread Starter Stephen

    (@efthaman)

    Well I used the themeCheck plugin to check the theme, so I was thinking maybe this is a security issue.. it just freaked me out.

    :O I’m still a little wet behind the ears using WP.

    VERY SORRY didn’t mean to ruffle anyone’s feathers with my last post, last week has been hectic, server host got hacked(de-faced) by TiGER-M@TE hack, they changed the index php of everyone who was using Word Press.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘errors with theme Minimatica 1.0.8’ is closed to new replies.