Make WordPress Core

Changeset 30190


Ignore:
Timestamp:
11/03/2014 05:20:43 AM (10 years ago)
Author:
wonderboymusic
Message:

Fill in types for the @params for wp_comment_reply().

See #30224.

File:
1 edited

Legend:

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

    r30105 r30190  
    397397 * @since 2.7.0
    398398 *
    399  * @param unknown_type $position
    400  * @param unknown_type $checkbox
    401  * @param unknown_type $mode
     399 * @param string|int $position
     400 * @param bool $checkbox
     401 * @param string $mode
     402 * @param bool $table_row
    402403 */
    403404function wp_comment_reply($position = '1', $checkbox = false, $mode = 'single', $table_row = true) {
Note: See TracChangeset for help on using the changeset viewer.