mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 11:44:33 +00:00
Docs: Remove/replace invalid inline @link tags from DocBlocks in wp-admin/includes/*.
See #36910. git-svn-id: https://develop.svn.wordpress.org/trunk@37485 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -929,11 +929,11 @@ function validate_active_plugins() {
|
||||
/**
|
||||
* Validate the plugin path.
|
||||
*
|
||||
* Checks that the file exists and {@link validate_file() is valid file}.
|
||||
* Checks that the file exists and is a valid file. See validate_file().
|
||||
*
|
||||
* @since 2.5.0
|
||||
*
|
||||
* @param string $plugin Plugin Path
|
||||
* @param string $plugin Plugin Path.
|
||||
* @return WP_Error|int 0 on success, WP_Error on failure.
|
||||
*/
|
||||
function validate_plugin($plugin) {
|
||||
|
||||
Reference in New Issue
Block a user