Make WordPress Core


Ignore:
Timestamp:
12/01/2014 01:33:34 AM (11 years ago)
Author:
wonderboymusic
Message:

Improve various @param docs for src/wp-includes/*.

See #30224.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/feed.php

    r30105 r30681  
    277277 *
    278278 * @param int|object $comment_id Optional comment object or id. Defaults to global comment object.
    279  * @return bool|string false on failure or guid for comment on success.
     279 * @return false|string false on failure or guid for comment on success.
    280280 */
    281281function get_comment_guid($comment_id = null) {
Note: See TracChangeset for help on using the changeset viewer.