mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
More phpdoc fixes. Depreceated version numbers for _deprecated_file() calls in wp-includes.
git-svn-id: https://develop.svn.wordpress.org/trunk@12535 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2993,7 +2993,7 @@ function _deprecated_function($function, $version, $replacement=null) {
|
||||
* @uses apply_filters() Calls 'deprecated_file_trigger_error' and expects boolean value of true to do trigger or false to not trigger error.
|
||||
*
|
||||
* @param string $file The file that was included
|
||||
* @param string $version The version of WordPress that deprecated the function
|
||||
* @param string $version The version of WordPress that deprecated the file
|
||||
* @param string $replacement Optional. The file that should have been included based on ABSPATH
|
||||
*/
|
||||
function _deprecated_file($file, $version, $replacement=null) {
|
||||
|
||||
Reference in New Issue
Block a user