mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
s/2.4/2.5/. Props ffemtcj. fixes #5810
git-svn-id: https://develop.svn.wordpress.org/trunk@6777 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1267,10 +1267,10 @@ function create_user($username, $password, $email) {
|
||||
* documentation_link() - Unused Admin function
|
||||
* @since 2.0
|
||||
* @param string $deprecated Unknown
|
||||
* @deprecated 2.4
|
||||
* @deprecated 2.5
|
||||
*/
|
||||
function documentation_link( $deprecated = '' ) {
|
||||
_deprecated_function( __FUNCTION__, '2.4', '' );
|
||||
_deprecated_function( __FUNCTION__, '2.5', '' );
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user