Make WordPress Core


Ignore:
Timestamp:
12/24/2009 10:48:32 AM (15 years ago)
Author:
westi
Message:

Fix phpDoc for _deprecated_file(). Always pass the full path from ABSPATH to _deprecated_file().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r12507 r12534  
    29952995 * @param string $file The file that was included
    29962996 * @param string $version The version of WordPress that deprecated the function
    2997  * @param string $replacement Optional. The function that should have been called
     2997 * @param string $replacement Optional. The file that should have been included based on ABSPATH
    29982998 */
    29992999function _deprecated_file($file, $version, $replacement=null) {
Note: See TracChangeset for help on using the changeset viewer.