mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 04:34:31 +00:00
Docs: Remove unnecessary variables names from @return tags.
See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48100 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -721,7 +721,7 @@ function wp_get_mu_plugins() {
|
||||
* @since 3.0.0
|
||||
* @access private
|
||||
*
|
||||
* @return string[] $plugin_file Array of paths to plugin files relative to the plugins directory.
|
||||
* @return string[] Array of paths to plugin files relative to the plugins directory.
|
||||
*/
|
||||
function wp_get_active_and_valid_plugins() {
|
||||
$plugins = array();
|
||||
|
||||
Reference in New Issue
Block a user