Changeset 707994
- Timestamp:
- 05/04/2013 09:12:59 PM (13 years ago)
- File:
-
- 1 edited
-
professional-share/trunk/Widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
professional-share/trunk/Widget.php
r706770 r707994 75 75 } 76 76 77 add_action( 'widgets_init', function(){77 /*add_action( 'widgets_init', function(){ 78 78 register_widget( 'professional_share_widget' ); 79 }); 79 });*/ 80 81 add_action( 'widgets_init', create_function( '', 'register_widget( "professional_share_widget" );' ) ); 80 82 81 83 ?>
Note: See TracChangeset
for help on using the changeset viewer.