Changeset 757 for branches/Ver3.0/xpressme_integration_kit/wp-content/plugins/xpressme/xpressme_widget_class.php
- Timestamp:
- May 23, 2011, 3:03:57 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Ver3.0/xpressme_integration_kit/wp-content/plugins/xpressme/xpressme_widget_class.php
r670 r757 21 21 */ 22 22 function widget($args, $instance){ 23 global $xpress_config,$ xoops_config;23 global $xpress_config,$modInfo; 24 24 global $current_user; 25 25 … … 129 129 */ 130 130 function form($instance){ 131 global $xpress_config,$ xoops_config;131 global $xpress_config,$modInfo; 132 132 133 133 if (xpress_is_wp_version('<','2.1') ){
Note: See TracChangeset
for help on using the changeset viewer.