mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Fix a typo in the DocBlock for get_plugins()
.
Props onnimonni, swissspidy. Fixes #32758. Built from https://develop.svn.wordpress.org/trunk@32927 git-svn-id: http://core.svn.wordpress.org/trunk@32898 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e872f02bc8
commit
e9758d4e48
@ -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
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-alpha-32926';
|
||||
$wp_version = '4.3-alpha-32927';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user