mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-03 00:30:11 +00:00
Docs: Remove/replace invalid inline @link tags in DocBlocks in wp-includes/*.
Fixes #36910. git-svn-id: https://develop.svn.wordpress.org/trunk@37487 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -457,7 +457,7 @@ function _get_cron_array() {
|
||||
* @since 2.1.0
|
||||
* @access private
|
||||
*
|
||||
* @param array $cron Cron info array from {@link _get_cron_array()}.
|
||||
* @param array $cron Cron info array from _get_cron_array().
|
||||
*/
|
||||
function _set_cron_array($cron) {
|
||||
$cron['version'] = 2;
|
||||
@@ -472,7 +472,7 @@ function _set_cron_array($cron) {
|
||||
* @since 2.1.0
|
||||
* @access private
|
||||
*
|
||||
* @param array $cron Cron info array from {@link _get_cron_array()}.
|
||||
* @param array $cron Cron info array from _get_cron_array().
|
||||
* @return array An upgraded Cron info array.
|
||||
*/
|
||||
function _upgrade_cron_array($cron) {
|
||||
|
||||
Reference in New Issue
Block a user