Plugin Directory

Changeset 604107


Ignore:
Timestamp:
09/26/2012 12:12:03 PM (13 years ago)
Author:
codebycarter
Message:

Fixes last fix not updating all files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-bulletin-board/trunk/php/wpbb-forum.php

    r603518 r604107  
    99
    1010// Check if the plugin is active
    11 $plugin_active = is_plugin_active('wp-bb/wp-bb.php'); // Since the directory and filename shouldn't change
     11$plugin_active = is_plugin_active('wp-bulletin-board/wp-bb.php'); // Since the directory and filename shouldn't change
    1212
    1313// If plugin is not active display error message
Note: See TracChangeset for help on using the changeset viewer.