Make WordPress Core

Changeset 42376


Ignore:
Timestamp:
12/07/2017 01:46:13 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing @return entry for WP_Comment_Query::get_comment_ids().

Props chetan200891, birgire.
Fixes #42795.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-comment-query.php

    r42343 r42376  
    472472         *
    473473         * @global wpdb $wpdb WordPress database abstraction object.
     474         *
     475         * @return int|array A single count of comment IDs if a count query. An array of comment IDs if a full query.
    474476         */
    475477        protected function get_comment_ids() {
Note: See TracChangeset for help on using the changeset viewer.