%1$s', esc_html__( 'Dismiss this item.', 'wordpress-seo' ) );
break;
case 'dismissed':
$button = sprintf( '', esc_html__( 'Restore this item.', 'wordpress-seo' ) );
break;
}
printf(
'%4$s%5$s
',
esc_attr( $notification->get_id() ),
esc_attr( $notification->get_nonce() ),
esc_attr( $notification->get_json() ),
$notification,
$button
);
}
}
}
$wpseo_i18n_summary = $i18n_issues;
if ( ! $active ) {
$dashicon = 'yes';
$wpseo_i18n_summary = $i18n_no_issues;
}
?>
()