Skip to content
This repository has been archived by the owner on Oct 3, 2019. It is now read-only.

Commit

Permalink
Add an index.php file to every folder, with a note not to modify core…
Browse files Browse the repository at this point in the history
… files. In the languages and themes folders, include additional reminder that custom files will be lost during bbPress updates and where custom files should be located.

git-svn-id: http://bbpress.svn.wordpress.org/branches/plugin@3245 9866e705-20ec-0310-96e7-cbb4277adcfb
  • Loading branch information
johnjamesjacoby committed May 28, 2011
1 parent 83b48bb commit 0521b5f
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bbp-admin/images/index.php
@@ -0,0 +1,7 @@
<?php

/**
* Do not modify the files in this folder.
*/

?>
7 changes: 7 additions & 0 deletions bbp-admin/importers/index.php
@@ -0,0 +1,7 @@
<?php

/**
* Do not modify the files in this folder.
*/

?>
7 changes: 7 additions & 0 deletions bbp-admin/index.php
@@ -0,0 +1,7 @@
<?php

/**
* Do not modify the files in this folder.
*/

?>
7 changes: 7 additions & 0 deletions bbp-admin/styles/index.php
@@ -0,0 +1,7 @@
<?php

/**
* Do not modify the files in this folder.
*/

?>
7 changes: 7 additions & 0 deletions bbp-includes/index.php
@@ -0,0 +1,7 @@
<?php

/**
* Do not modify the files in this folder.
*/

?>
9 changes: 9 additions & 0 deletions bbp-languages/index.php
@@ -0,0 +1,9 @@
<?php

/**
* Do not put custom translations here. They will be deleted on bbPress updates.
*
* Keep custom bbPress themes in /wp-content/languages/
*/

?>
9 changes: 9 additions & 0 deletions bbp-themes/index.php
@@ -0,0 +1,9 @@
<?php

/**
* Do not put custom themes here. They will be deleted on bbPress updates.
*
* Keep custom bbPress themes in /wp-content/themes/
*/

?>
7 changes: 7 additions & 0 deletions index.php
@@ -0,0 +1,7 @@
<?php

/**
* Do not modify the files in this folder.
*/

?>

0 comments on commit 0521b5f

Please sign in to comment.