Fix copy pasta in wp_cache_decr() doc block.

Props danielbachhuber.
Fixes #33548.

Built from https://develop.svn.wordpress.org/trunk@33809


git-svn-id: http://core.svn.wordpress.org/trunk@33777 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2015-08-30 03:04:21 +00:00
parent 32110c7f77
commit d5f666013f
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-33808';
$wp_version = '4.4-alpha-33809';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.