mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Correct @since values for various hooks. fixes #25766.
git-svn-id: https://develop.svn.wordpress.org/trunk@25991 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -247,7 +247,7 @@ add_action( 'update_option_page_on_front', 'update_home_siteurl', 10, 2 );
|
||||
/**
|
||||
* Shorten an URL, to be used as link text
|
||||
*
|
||||
* @since 1.2.1
|
||||
* @since 1.2.0
|
||||
*
|
||||
* @param string $url
|
||||
* @return string
|
||||
|
||||
Reference in New Issue
Block a user