Function Module_topics->topic_history

Definitions

forum/pages/modules/topics.php

  • A redirect for viewing post history: made like this so the history button can fit into the same URL architecture as the other post buttons.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Returns

  • The UI
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * A redirect for viewing post history: made like this so the history button can fit into the same URL architecture as the other post buttons.
 *
 * @return Tempcode The UI
 */

public function topic_history() : object