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:
Ryan Boren
2008-02-10 07:59:34 +00:00
parent 45ded6c49a
commit d99739dac9
8 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -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;
}