summaryrefslogtreecommitdiffstats
path: root/wp-content
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-05-12 15:32:28 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-05-12 15:32:28 +0000
commit8fdae25acec9304cb13a9f0cb82316e1f6a9f7c9 (patch)
treecd7ccd2c3b5eb7bf283689ae9ece22be59d12b8d /wp-content
parentbb6cbeeda6ade17c79bcec2db567369a3ab282c5 (diff)
downloadwordpress-mu-8fdae25acec9304cb13a9f0cb82316e1f6a9f7c9.tar.gz
wordpress-mu-8fdae25acec9304cb13a9f0cb82316e1f6a9f7c9.tar.xz
wordpress-mu-8fdae25acec9304cb13a9f0cb82316e1f6a9f7c9.zip
Added placeholder index.php files so these directories are created (some unzip tool doesn't create empty directories), props drmike, fixes #604
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1287 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-content')
-rw-r--r--wp-content/mu-plugins/index.php3
-rw-r--r--wp-content/plugins/index.php3
2 files changed, 6 insertions, 0 deletions
diff --git a/wp-content/mu-plugins/index.php b/wp-content/mu-plugins/index.php
new file mode 100644
index 0000000..4e6c07c
--- /dev/null
+++ b/wp-content/mu-plugins/index.php
@@ -0,0 +1,3 @@
+<?php
+// Silence is golden.
+?> \ No newline at end of file
diff --git a/wp-content/plugins/index.php b/wp-content/plugins/index.php
new file mode 100644
index 0000000..4e6c07c
--- /dev/null
+++ b/wp-content/plugins/index.php
@@ -0,0 +1,3 @@
+<?php
+// Silence is golden.
+?> \ No newline at end of file