Make WordPress Core


Ignore:
Timestamp:
08/14/2008 06:30:38 AM (16 years ago)
Author:
westi
Message:

phpdoc for wp-admin. See #7496 props santosj.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/comment.php

    r7775 r8645  
    11<?php
    22
     3/**
     4 * {@internal Missing Short Description}}
     5 *
     6 * @since unknown
     7 * @uses $wpdb
     8 *
     9 * @param string $comment_author
     10 * @param string $comment_date
     11 * @return mixed Comment ID on success.
     12 */
    313function comment_exists($comment_author, $comment_date) {
    414    global $wpdb;
     
    818}
    919
     20/**
     21 *
     22 *
     23 */
    1024function edit_comment() {
    1125
Note: See TracChangeset for help on using the changeset viewer.