mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00: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:
@@ -50,7 +50,7 @@ if ( ! isset( $wp_current_filter ) )
|
||||
*
|
||||
* function example_callback( $example ) {
|
||||
* // Maybe modify $example in some way.
|
||||
* return $example;
|
||||
* return $example;
|
||||
* }
|
||||
* add_filter( 'example_filter', 'example_callback' );
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user