Make WordPress Core


Ignore:
Timestamp:
09/07/2010 11:21:11 AM (14 years ago)
Author:
nacin
Message:

Phpdoc argument/@param cleanups. props duck_, see #14783.

File:
1 edited

Legend:

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

    r15148 r15590  
    111111 * @see WP_Object_Cache::replace()
    112112 *
    113  * @param int|string $id What to call the contents in the cache
     113 * @param int|string $key What to call the contents in the cache
    114114 * @param mixed $data The contents to store in the cache
    115115 * @param string $flag Where to group the cache contents
     
    130130 * @see WP_Object_Cache::set()
    131131 *
    132  * @param int|string $id What to call the contents in the cache
     132 * @param int|string $key What to call the contents in the cache
    133133 * @param mixed $data The contents to store in the cache
    134134 * @param string $flag Where to group the cache contents
Note: See TracChangeset for help on using the changeset viewer.