Skip to content

Add missing plugin headers#32

Merged
bswatson merged 1 commit intodevelopfrom
fix/add-missing-plugin-headers
May 19, 2020
Merged

Add missing plugin headers#32
bswatson merged 1 commit intodevelopfrom
fix/add-missing-plugin-headers

Conversation

@stevegrunwell
Copy link
Copy Markdown
Contributor

This commit adds the following headers to the main plugin file, per https://developer.wordpress.org/plugins/plugin-basics/header-requirements/#header-fields:

  • Requires at least
  • Requires PHP
  • License
  • License URI

Fixes #30.

This commit adds the following headers to the main plugin file, per https://developer.wordpress.org/plugins/plugin-basics/header-requirements/#header-fields:

* Requires at least
* Requires PHP
* License
* License URI

Fixes #30.
@stevegrunwell stevegrunwell added bug Something isn't working documentation Improvements or additions to documentation labels May 19, 2020
@stevegrunwell stevegrunwell requested a review from bswatson May 19, 2020 05:03
@bswatson bswatson merged commit ccb41d1 into develop May 19, 2020
@bswatson bswatson deleted the fix/add-missing-plugin-headers branch May 19, 2020 14:34
@stevegrunwell stevegrunwell mentioned this pull request Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing Plugin Headers

2 participants