summaryrefslogtreecommitdiffstats
path: root/wp-content
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-07-11 12:08:17 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-07-11 12:08:17 +0000
commite9430794467fb6deb29e86b5b5a793ad3209723d (patch)
tree1e210c189fb1bbb009a30f20f27c7f2ffd8529ec /wp-content
parent9199ae7eef1e8987aadba58472550fc2e27a0bd4 (diff)
downloadwordpress-mu-e9430794467fb6deb29e86b5b5a793ad3209723d.tar.gz
wordpress-mu-e9430794467fb6deb29e86b5b5a793ad3209723d.tar.xz
wordpress-mu-e9430794467fb6deb29e86b5b5a793ad3209723d.zip
Removing index.php, adding readme.txt, fixes #673
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1370 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-content')
-rw-r--r--wp-content/plugins/index.php3
-rw-r--r--wp-content/plugins/readme.txt3
2 files changed, 3 insertions, 3 deletions
diff --git a/wp-content/plugins/index.php b/wp-content/plugins/index.php
deleted file mode 100644
index 4e6c07c..0000000
--- a/wp-content/plugins/index.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php
-// Silence is golden.
-?> \ No newline at end of file
diff --git a/wp-content/plugins/readme.txt b/wp-content/plugins/readme.txt
new file mode 100644
index 0000000..59f59ec
--- /dev/null
+++ b/wp-content/plugins/readme.txt
@@ -0,0 +1,3 @@
+WordPress plugins that are to be activated from the plugins folder should
+go here. You must activate the plugins page from Site Admin->Options
+first however.