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