typo
This commit is contained in:
parent
da2349bb6a
commit
084ca3f4a1
@ -529,6 +529,7 @@ function item_post(&$a) {
|
|||||||
$body = preg_replace_callback('/\[\$b64url(.*?)\[\/(url)\]/ism','red_unescape_codeblock',$body);
|
$body = preg_replace_callback('/\[\$b64url(.*?)\[\/(url)\]/ism','red_unescape_codeblock',$body);
|
||||||
$body = preg_replace_callback('/\[\$b64code(.*?)\[\/(code)\]/ism','red_unescape_codeblock',$body);
|
$body = preg_replace_callback('/\[\$b64code(.*?)\[\/(code)\]/ism','red_unescape_codeblock',$body);
|
||||||
|
|
||||||
|
|
||||||
// fix any img tags that should be zmg
|
// fix any img tags that should be zmg
|
||||||
|
|
||||||
$body = preg_replace_callback('/\[img(.*?)\](.*?)\[\/img\]/ism','red_zrlify_img_callback',$body);
|
$body = preg_replace_callback('/\[img(.*?)\](.*?)\[\/img\]/ism','red_zrlify_img_callback',$body);
|
||||||
|
@ -346,7 +346,7 @@ function network_content(&$a, $update = 0, $load = false) {
|
|||||||
else
|
else
|
||||||
$page_mode = 'client';
|
$page_mode = 'client';
|
||||||
|
|
||||||
$simple_update = (($update) ? " and item.unseen = 1 " : '');
|
$simple_update = (($update) ? " and item_unseen = 1 " : '');
|
||||||
|
|
||||||
// This fixes a very subtle bug so I'd better explain it. You wake up in the morning or return after a day
|
// This fixes a very subtle bug so I'd better explain it. You wake up in the morning or return after a day
|
||||||
// or three and look at your matrix page - after opening up your browser. The first page loads just as it
|
// or three and look at your matrix page - after opening up your browser. The first page loads just as it
|
||||||
|
Reference in New Issue
Block a user