Changeset 2882149
- Timestamp:
- 03/17/2023 07:33:42 PM (3 years ago)
- File:
-
- 1 edited
-
meu-astro-sinastria/trunk/meu-astro-sinastria.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
meu-astro-sinastria/trunk/meu-astro-sinastria.php
r2880481 r2882149 5 5 Plugin URI: 6 6 Description: Sinastria do Amor - Zodíaco 7 Version: 1.1 7 Version: 1.1.2 8 8 Author: Raphael Heide 9 9 License: GPL2 … … 81 81 } 82 82 83 // STOPS on 8.0 84 // add_action( 'widgets_init', create_function('', 'return register_widget("sinastriaWidget");') ); 83 85 84 add_action( 'widgets_init', create_function('', 'return register_widget("sinastriaWidget");'));86 add_action( 'widgets_init', function() { return register_widget("sinastriaWidget"); } ); 85 87 86 88 ?>
Note: See TracChangeset
for help on using the changeset viewer.