Skip to content

Commit

Permalink
incorrect function name.
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed May 3, 2019
1 parent 8b55fde commit b809321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function wp_is_plugin_active( $plugin_file ) {
* @return bool
* @uses \Varunsridharan\WordPress\Dependencies::is_active()
*/
function wp_is_plugin_active( $plugin_file ) {
function wp_is_plugin_installed( $plugin_file ) {
return \Varunsridharan\WordPress\Dependencies::is_installed( $plugin_file );
}
}
Expand Down

0 comments on commit b809321

Please sign in to comment.