From 2b19f064ee9b32818a2065f40e24afebb821d936 Mon Sep 17 00:00:00 2001 From: Zack Date: Wed, 8 Apr 2020 19:51:19 -0400 Subject: [PATCH] Updated Plugin and Theme METAs (markdown) --- Plugin-and-Theme-METAs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin-and-Theme-METAs.md b/Plugin-and-Theme-METAs.md index 343a5be..8c6a6b1 100644 --- a/Plugin-and-Theme-METAs.md +++ b/Plugin-and-Theme-METAs.md @@ -53,7 +53,7 @@ The following fields can be defined in a META: |Name|Description| |-|:-| -|`name`|The object name of the plugin. (This is **required** and must match the plugin's object name if there's no export.)| +|`name`|The object name of the plugin. (This is **required** and must match the plugin's variable name. Note this is NOT REQUIRED if there's a module export.)| A minimal META for plugins would look like the following: