mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-12 13:44:21 +01:00
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. Built from https://develop.svn.wordpress.org/trunk@43023 git-svn-id: http://core.svn.wordpress.org/trunk@42852 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9a8f48c9bc
commit
f8177e3a73
@ -2491,7 +2491,7 @@ function comment_form( $args = array(), $post_id = null ) {
|
|||||||
* @since 4.2.0
|
* @since 4.2.0
|
||||||
*
|
*
|
||||||
* @param string $submit_button HTML markup for the submit button.
|
* @param string $submit_button HTML markup for the submit button.
|
||||||
* @param array $args Arguments passed to `comment_form()`.
|
* @param array $args Arguments passed to comment_form().
|
||||||
*/
|
*/
|
||||||
$submit_button = apply_filters( 'comment_form_submit_button', $submit_button, $args );
|
$submit_button = apply_filters( 'comment_form_submit_button', $submit_button, $args );
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.0-alpha-43022';
|
$wp_version = '5.0-alpha-43023';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user