adding braces around the conditional in `uninstall.php`

This commit is contained in:
Tom McFarlin 2013-05-10 07:33:53 -04:00
parent 6f97b9eabd
commit 3be46accea
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
*/
// If uninstall, not called from WordPress exit
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) )
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit();
}
// TODO: Define uninstall functionality here