function content_id_load in Flagging Form 7.3
Same name and namespace in other branches
- 7 flagging_form.module \content_id_load()
Menu loader for '%content_id' arguments.
It serves solely as documentation. Will be removed eventually.
File
- ./
flagging_form.module, line 301 - Provides forms for editing and deleting a flagging.
Code
function content_id_load($content_id) {
return $content_id;
}