Make WordPress Core

Changeset 43023


Ignore:
Timestamp:
04/29/2018 09:43:17 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove backtick-escaping around a core function in the hook docs for the comment_form_submit_button filter.

This allows the function to be auto-linked in the Developer Reference. See [32037] for comment_form_submit_field.

See #42505, #31888.

File:
1 edited

Legend:

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

    r42876 r43023  
    24922492                 *
    24932493                 * @param string $submit_button HTML markup for the submit button.
    2494                  * @param array  $args          Arguments passed to `comment_form()`.
     2494                 * @param array  $args          Arguments passed to comment_form().
    24952495                 */
    24962496                $submit_button = apply_filters( 'comment_form_submit_button', $submit_button, $args );
Note: See TracChangeset for help on using the changeset viewer.