You are here

function flag_comment::_load_content in Flag 6.2

Same name and namespace in other branches
  1. 5 flag.inc \flag_comment::_load_content()
  2. 6 flag.inc \flag_comment::_load_content()

File

./flag.inc, line 1502
Implements various flags. Uses object oriented style inspired by that of Views 2.

Class

flag_comment
Implements a comment flag.

Code

function _load_content($content_id) {
  return _comment_load($content_id);
}