Changeset 714431
- Timestamp:
- 05/17/2013 02:53:16 PM (13 years ago)
- File:
-
- 1 edited
-
wp-glossary/trunk/class/wpg.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-glossary/trunk/class/wpg.class.php
r714426 r714431 110 110 public function wpg_vesion_check(){ 111 111 $plugin = get_plugin_data( dirname(dirname(__FILE__)) . '/wp-glossary.php' ); 112 if( $plugin && is_ object($plugin) && $plugin->Version):113 $in_file_version = $plugin ->Version;112 if( $plugin && is_array($plugin) && $plugin['Version'] ): 113 $in_file_version = $plugin['Version']; 114 114 $optionkey = 'wpg_vesion_check'; 115 115 $in_db_version = get_option( $optionkey, 0 );
Note: See TracChangeset
for help on using the changeset viewer.