mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 16:43:06 +01:00
Docs: Fix indentation in add_filter()
example.
See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@36392 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2960ad4cbd
commit
494e4ee146
@ -50,7 +50,7 @@ if ( ! isset( $wp_current_filter ) )
|
|||||||
*
|
*
|
||||||
* function example_callback( $example ) {
|
* function example_callback( $example ) {
|
||||||
* // Maybe modify $example in some way.
|
* // Maybe modify $example in some way.
|
||||||
* return $example;
|
* return $example;
|
||||||
* }
|
* }
|
||||||
* add_filter( 'example_filter', 'example_callback' );
|
* add_filter( 'example_filter', 'example_callback' );
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user