mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
And more notice removals.
Also some plugin GUI clean-up (rss, tagwords, trackback)
This commit is contained in:
@@ -172,7 +172,7 @@ function nextprev_shortcode($parm = '')
|
||||
$e_vars->caption = sprintf(defset($e_vars->caption, $e_vars->caption), $current_page, $total_pages);
|
||||
|
||||
// urldecoded by parse_str()
|
||||
$pagetitle = explode('|',$parm['pagetitle']);
|
||||
$pagetitle = explode('|', vartrue($parm['pagetitle']));
|
||||
|
||||
// new - bullet support
|
||||
$bullet = vartrue($parm['bullet'], '');
|
||||
|
Reference in New Issue
Block a user