function akismet_result_hold($approved) { _deprecated_function(__FUNCTION__, '3.0', 'Akismet::comment_needs_moderation()'); return Akismet::comment_needs_moderation($approved); }
function akismet_result_hold($approved) { return Akismet::comment_needs_moderation($approved); }