Updated 1.2 Plugin Source Directory (markdown)

Ben Goldsworthy 2021-04-25 17:04:10 +01:00
parent ee8741e729
commit 149b922407

@ -1,4 +1,4 @@
# Plugin Source Root Files
# Files
| File Name | Description |
|------|-------------|
@ -7,11 +7,11 @@
| `license.txt` | The license under which the Plugin is released. |
| `readme.txt` | The Plugin readme for display on the WordPress Plugin Directory. |
# Plugin Source Sub-directories
# Sub-directories
| Dir. Name | Description |
|------|-------------|
| `class/` | Contains the Plugin PHP code, providing most of its functionality. |
| [`class/`](https://github.com/markcheret/footnotes/wiki/1.2.1-Plugin-Classes-Directory) | Contains the Plugin PHP code, providing most of its functionality. |
| `css/` | Contains the Plugin stylesheets. |
| `img/` | Contains images used by the Plugin (@todo can this be merged with the root `assets/` dir?). |
| `js/` | Contains JavaScript files used by the Plugin. |