Thread Starter
fuchs
(@fuchs)
The default replacement strings activated in version 2.8 are the following:
$text = preg_replace(“|(?!<[^<>]*?)(?<![?./&])\b$acronym\b(?!:)(?![^<>]*?>)|imsU”,”$acronym” , $text);
$text = preg_replace(“|[$]$acronym[$]|imsU” , “$acronym” , $text);
As a reminder: «CVS versions of the codebase represent a snapshot of the code at that moment, and may or may not work at all.» (http://ww.wp.xz.cn/download/)
I don’t know, valentine, but who would be so stupid to use a development version without having created a backup before?
http://www.softerware.net/blog/ (without a dot at the end of the URL).
Speaking of the easiest weay, I would either risk using WP 1.3 Alpha or install one of the WP 1.2.x plugins that make static pages possible.