i Found the mistake in the code:
if ( isset( $recipe[‘rpr_recipe_fat’][0] ) ) {
$out .= sprintf( ‘<dt>’ . __( ‘Fat:’, ‘reciperess-reloaded‘ )
i corrected it to “recipepress-reloaded” now in my installation and it works now.
i even found an issue for the “For” it was also a mistake in coding
My code is now :
$out .= __( ‘For:’, ‘recipepress-reloaded’ );
$out .= ‘ ‘;
This works good for me
-
This reply was modified 5 years ago by tbytoff.