Make WordPress Core


Ignore:
Timestamp:
11/03/2019 10:21:20 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Fix some incorrect return tags in docblocks.

See #48303

File:
1 edited

Legend:

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

    r46603 r46644  
    33943394 *
    33953395 * @param array $exporters An array of personal data exporters.
    3396  * @return array $exporters An array of personal data exporters.
     3396 * @return array An array of personal data exporters.
    33973397 */
    33983398function wp_register_comment_personal_data_exporter( $exporters ) {
     
    34123412 * @param string $email_address The comment author email address.
    34133413 * @param int    $page          Comment page.
    3414  * @return array $return An array of personal data.
     3414 * @return array An array of personal data.
    34153415 */
    34163416function wp_comments_personal_data_exporter( $email_address, $page = 1 ) {
     
    35043504 *
    35053505 * @param  array $erasers An array of personal data erasers.
    3506  * @return array $erasers An array of personal data erasers.
     3506 * @return array An array of personal data erasers.
    35073507 */
    35083508function wp_register_comment_personal_data_eraser( $erasers ) {
Note: See TracChangeset for help on using the changeset viewer.