Add unfiltered_upload cap, and allow for admins. Props Nazgul. fixes #4136

git-svn-id: https://develop.svn.wordpress.org/trunk@5303 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
rob1n
2007-04-24 23:27:20 +00:00
parent b0e84dde88
commit 215dca2430
4 changed files with 23 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
// This holds the version number in a separate file so we can bump it without cluttering the SVN
$wp_version = '2.3-alpha';
$wp_db_version = 5183;
$wp_db_version = 5200;
?>