Make WordPress Core

Changeset 33177


Ignore:
Timestamp:
07/12/2015 06:28:28 PM (9 years ago)
Author:
DrewAPicture
Message:

Fix the summary and add a missing variable in the hook docs for the edit_comment_misc_actions filter.

See [32929]. See #32891.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-form-comment.php

    r32974 r33177  
    134134<?php
    135135    /**
    136      * Add additional miscellaneous actions to the edit comment form sidebar.
     136     * Filter miscellaneous actions for the edit comment form sidebar.
    137137     *
    138138     * @since 4.3.0
    139139     *
    140      * @param string Output HTML to display miscellaneous action.
     140     * @param string $html    Output HTML to display miscellaneous action.
    141141     * @param object $comment Current comment object.
    142142     */
Note: See TracChangeset for help on using the changeset viewer.