x00
MVPx00 MVP
Reactions
-
Re: Using/ in discussion does crash the discussion
I think i found the bug php -aphp > echo preg_replace('`[\s_[^\w\d]]`', '-', 'lots of spaces ');lots of spaces That is not a valid expression for what you want. (View Post)2 -
Re: Using/ in discussion does crash the discussion
I will file an issue. should be '`[\s_]|[^\w\d]`' you can simplify to just '`[^\w\d]`' (View Post)4 -
Re: Using/ in discussion does crash the discussion
What operating sytem, CentOS? (View Post)1 -
Re: [Solved] Site throwing 500 internal server error while uploading site from localhost
and many things... (View Post)1 -
Re: How to always show full date of posting (publishing date as required by Google's Data Highlighter)?
I wonder if it is actaully working as expected. See https://support.google.com/webmasters/answer/176035?hl=en the only thing missing is the itemprop In other words the display date, is different from… (View Post)1
