You are here

function wikitools_page_value in Wikitools 5

Dummy callback to return the page value sent.

1 string reference to 'wikitools_page_value'
wikitools_menu in ./wikitools.module
Implementation of hook_menu().

File

./wikitools.module, line 585
A non-intrusive module to have some wiki-like behaviour.

Code

function wikitools_page_value($value) {
  return $value;
}