Revision history for LinkcountAction
Revision [19357]
Last edited on 2008-01-28 00:15:25 by BrianKoontz [Modified links pointing to docs server]No Differences
Additions:
$preformatted = $this->htmlspecialchars_ent($vars['preformatted']);
$pretext = $this->htmlspecialchars_ent($vars['pretext']);
$posttext = $this->htmlspecialchars_ent($vars['posttext']);
$pretext = $this->htmlspecialchars_ent($vars['pretext']);
$posttext = $this->htmlspecialchars_ent($vars['posttext']);
Deletions:
$pretext = $vars['pretext'];
$posttext = $vars['posttext'];
Additions:
=====Linkcount Action=====
Deletions:
Additions:
=====Linkcount Action ([[http://demo.wikkawiki.org/WikkaSites demo]])=====
if(!isset($vars['preformatted'])) {
parse($body, $pretext, $posttext);
function parse(&$body, $pretext, $posttext) {
if(!isset($vars['preformatted'])) {
parse($body, $pretext, $posttext);
function parse(&$body, $pretext, $posttext) {
Deletions:
if(isset($vars['start']) || isset($vars['stop'])) {
parse($body);
function parse(&$body) {
Additions:
* Optionally: {{linkcount preformatted="1"
Deletions:
Revision [15445]
Edited on 2006-10-07 17:00:50 by NilsLindenberg [small correction at php-doc header]Additions:
/**
/**
/**
Deletions:
/*