base64 cached objects and store within multi-line comment block to avoid CRLF injections into the cache. Props Peter Westwood.

git-svn-id: http://svn.automattic.com/wordpress/trunk@3798 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2006-05-26 21:14:36 +00:00
parent d05a23cbc9
commit e7618712cb
2 changed files with 6 additions and 6 deletions

View File

@@ -3,6 +3,6 @@
// This just holds the version number, in a separate file so we can bump it without cluttering the SVN
$wp_version = '2.1-alpha1';
$wp_db_version = 3767;
$wp_db_version = 3797;
?>
?>