Changeset 2932830
- Timestamp:
- 07/01/2023 06:16:14 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
planetary-position/tags/1.5/widgets/planetary-position-widget.php
r2932826 r2932830 31 31 parent::__construct( 'planetary-position-widget', __( 'Planetary Position', 'planetary-position' ), $widget_ops ); 32 32 add_action( 'wp_enqueue_scripts', 'wptuts_scripts_final' ); 33 add_shortcode('planets', array( 'Planetary_Position_Widget', 'widget'));33 add_shortcode('planets', array( $this, 'widget')); 34 34 } 35 35
Note: See TracChangeset
for help on using the changeset viewer.