aubreypwd / wp-noteup

WP NoteUp lets you take separate notes in WordPress
https://wordpress.org/plugins/wp-noteup/
3 stars 1 forks source link

add_action( 'init', 'wp_noteup_init' ); is out of scope #27

Closed aubreypwd closed 9 years ago

aubreypwd commented 9 years ago

add_action( 'init', 'wp_noteup_init' ); is added to the actions even if the function already exists.