errors with theme Minimatica 1.0.8
-
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'>←</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><br /><textarea id='comment' name='comment' cols
The topic ‘errors with theme Minimatica 1.0.8’ is closed to new replies.