Changeset 15590 for trunk/wp-includes/comment.php
- Timestamp:
- 09/07/2010 11:21:11 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r15560 r15590 440 440 * 441 441 * @param int $comment_id Comment ID. 442 * @param string $ key Metadata name.443 * @param mixed $ value Metadata value.442 * @param string $meta_key Metadata name. 443 * @param mixed $meta_value Metadata value. 444 444 * @param bool $unique Optional, default is false. Whether the same key should not be added. 445 445 * @return bool False for failure. True for success. … … 499 499 * 500 500 * @param int $comment_id Comment ID. 501 * @param string $ key Metadata key.502 * @param mixed $ value Metadata value.501 * @param string $meta_key Metadata key. 502 * @param mixed $meta_value Metadata value. 503 503 * @param mixed $prev_value Optional. Previous value to check before removing. 504 504 * @return bool False on failure, true if success. … … 1859 1859 * @subpackage Cache 1860 1860 * 1861 * @param int|array $id Comment ID or array of comment IDs to remove from cache1861 * @param int|array $ids Comment ID or array of comment IDs to remove from cache 1862 1862 */ 1863 1863 function clean_comment_cache($ids) {
Note: See TracChangeset
for help on using the changeset viewer.