Make WordPress Core

Changeset 32037


Ignore:
Timestamp:
04/05/2015 03:38:57 PM (9 years ago)
Author:
DrewAPicture
Message:

Remove backtick-escaping around a core function in the hook docs for the comment_form_submit_field filter.

See [31699]. See #31888.

File:
1 edited

Legend:

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

    r31821 r32037  
    23942394                         *
    23952395                         * @param string $submit_field HTML markup for the submit field.
    2396                          * @param array  $args         Arguments passed to `comment_form()`.
     2396                         * @param array  $args         Arguments passed to comment_form().
    23972397                         */
    23982398                        echo apply_filters( 'comment_form_submit_field', $submit_field, $args );
Note: See TracChangeset for help on using the changeset viewer.