Changeset 2244970
- Timestamp:
- 02/15/2020 11:52:53 PM (6 years ago)
- File:
-
- 1 edited
-
custorate-widget/trunk/widget-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
custorate-widget/trunk/widget-plugin.php
r2237091 r2244970 230 230 231 231 // register widget 232 add_action('widgets_init', create_function('', 'return register_widget("WP_Custorate_Widget");')); 232 function widgetInitCustorate(){ 233 return register_widget("WP_Custorate_Widget"); 234 } 235 add_action('widgets_init', 'widgetInitCustorate'); 233 236 234 237 ?>
Note: See TracChangeset
for help on using the changeset viewer.