diff --git a/1.3-Plugin-Classes-Directory.md b/1.3-Plugin-Classes-Directory.md deleted file mode 100644 index 713547c..0000000 --- a/1.3-Plugin-Classes-Directory.md +++ /dev/null @@ -1,22 +0,0 @@ -# `class/` Root Files - -Important files are highlighted in **bold** text. - -| File Name | Description | -|------|-------------| -| `config.php` | Defines various constants (@todo rename to something more accurate). | -| `convert.php` | Provides various conversion functions. | -| `hooks.php` | Registers actions with various WordPress hooks. | -| **`init.php`** | Defines the Plugin object. | -| `language.php` | Loads translation settings. | -| **`settings.php`** | Defines the various Plugin settings. | -| **`task.php`** | Provides the core function of the Plugin. | -| `templates.php` | Loads the various template files. | -| `wysiwyg.php` | Provides integration with the WordPress WYSIWYG editor. | - -# `class/` Sub-directories - -| Dir. Name | Description | -|------|-------------| -| `dashboard/` | Contains the files that handle dashboard page construction. | -| `widgets/` | Contains the files that handle widget construction. | \ No newline at end of file diff --git a/1.3.2-Plugin-Stylesheets-Directory.md b/1.3.2-Plugin-Stylesheets-Directory.md new file mode 100644 index 0000000..4ba0184 --- /dev/null +++ b/1.3.2-Plugin-Stylesheets-Directory.md @@ -0,0 +1,12 @@ +## Files + +| File Name | Description | +|------|-------------| +| `dev-amp-tooltips.css` | TBC | +| `dev-common.css` | TBC | +| `dev-layout-entry-content.css` | TBC | +| `dev-layout-main-content.css` | TBC | +| `dev-layout-reference-container.css` | TBC | +| `dev-tooltips.css` | TBC | +| `dev-tooltips-alternative.css` | TBC | +| `settings.css` | TBC | \ No newline at end of file