Found something wrong in Template-Tags.Php on Line 135
-
Version used: nisarg.1.2.5
Warning: Printf(): Too Few Arguments In /……./Themes/Nisarg/Inc/Template-Tags.Php On Line 135.printf($entry_meta); if(comments_open()){ printf(' <i class="fa fa-comments-o"></i><span class="screen-reader-text">%1$s </span> ',_x( 'Comments', 'Used before post author name.', 'nisarg' )); comments_popup_link( __('0 Comment','nisarg'), __('1 comment','nisarg'), __('% comments','nisarg'), 'comments-link', ''); } } endif;
While we changed the code to
print($entry_meta);
It works now.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Found something wrong in Template-Tags.Php on Line 135’ is closed to new replies.