Docs: Various improvements and corrections to inline documentation.
See #59651 Built from https://develop.svn.wordpress.org/trunk@57644 git-svn-id: http://core.svn.wordpress.org/trunk@57145 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -493,14 +493,23 @@ function get_dropins() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns drop-ins that WordPress uses.
|
||||
* Returns drop-in plugins that WordPress uses.
|
||||
*
|
||||
* Includes Multisite drop-ins only when is_multisite()
|
||||
*
|
||||
* @since 3.0.0
|
||||
* @return array[] Key is file name. The value is an array, with the first value the
|
||||
* purpose of the drop-in and the second value the name of the constant that must be
|
||||
* true for the drop-in to be used, or true if no constant is required.
|
||||
*
|
||||
* @return array[] {
|
||||
* Key is file name. The value is an array of data about the drop-in.
|
||||
*
|
||||
* @type array ...$0 {
|
||||
* Data about the drop-in.
|
||||
*
|
||||
* @type string $0 The purpose of the drop-in.
|
||||
* @type string|true $1 Name of the constant that must be true for the drop-in
|
||||
* to be used, or true if no constant is required.
|
||||
* }
|
||||
* }
|
||||
*/
|
||||
function _get_dropins() {
|
||||
$dropins = array(
|
||||
|
||||
Reference in New Issue
Block a user