Skip to content

Commit

Permalink
Fixed example
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalknecht committed Mar 1, 2017
1 parent 48f29a7 commit 3d701c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Add Social Media Post Type to WordPress
* Allows you to extend social media options
``` php
function add_kununu( $options ) {
$options[] = 'Kununu';
$options['kununu'] = 'Kununu';
return $options;
}
add_filter( 'some_options', 'add_kununu' );
Expand Down

0 comments on commit 3d701c4

Please sign in to comment.