Fix a typo in the DocBlock for get_plugins()
.
Props onnimonni, swissspidy. Fixes #32758. git-svn-id: https://develop.svn.wordpress.org/trunk@32927 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e95626a94f
commit
64da56c543
@ -219,9 +219,9 @@ function get_plugin_files($plugin) {
|
||||
*
|
||||
* WordPress only supports plugin files in the base plugins directory
|
||||
* (wp-content/plugins) and in one directory above the plugins directory
|
||||
* (wp-content/plugins/my-plugin). The file it looks for has the plugin data and
|
||||
* must be found in those two locations. It is recommended that do keep your
|
||||
* plugin files in directories.
|
||||
* (wp-content/plugins/my-plugin). The file it looks for has the plugin data
|
||||
* and must be found in those two locations. It is recommended to keep your
|
||||
* plugin files in their own directories.
|
||||
*
|
||||
* The file with the plugin data is the file that will be included and therefore
|
||||
* needs to have the main execution for the plugin. This does not mean
|
||||
|
Loading…
Reference in New Issue
Block a user