You are here

function content_id_load in Flagging Form 7

Same name and namespace in other branches
  1. 7.3 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;
}