Function __global->wiki_edit_post

Definitions

sources/wiki.php

  • Edit a Wiki+ post.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$post_id AUTO_LINK required parameter N/A N/A The post ID
$message string required parameter N/A N/A The new post
$validated BINARY required parameter N/A N/A Whether the post will be validated
$member_id ?MEMBER Null N/A N/A The member doing the action (null: current member)
$page_id ?AUTO_LINK Null N/A N/A The page ID (null: do not change)
$edit_time ?TIME Null N/A N/A Edit time (null: either means current time, or if $null_is_literal, means reset to to null)
$add_time ?TIME Null N/A N/A Add time (null: do not change)
$views ?integer Null N/A N/A Number of views (null: do not change)
$null_is_literal boolean False N/A N/A Determines whether some nulls passed mean 'use a default' or literally mean 'set to null'