| 1 |
<?php // Silence is golden |
| 2 |
/** |
| 3 |
* Empty guard file for the plugin's /admin directory. |
| 4 |
* |
| 5 |
* Contains no logic. It exists solely so that if the web server has directory |
| 6 |
* listing enabled, requesting this folder returns a blank page instead of an |
| 7 |
* index of the admin-side source files. The "Silence is golden" convention is |
| 8 |
* used throughout WordPress core, themes, and plugins for exactly this reason. |
| 9 |
* |
| 10 |
* @package Wpstream |
| 11 |
* @subpackage Wpstream/admin |
| 12 |
*/ |
| 13 |
|