Changeset 2932829
- Timestamp:
- 07/01/2023 06:11:11 AM (3 years ago)
- Location:
- planetary-position/trunk
- Files:
-
- 3 edited
-
class-planetary-position.php (modified) (1 diff)
-
planetary-position.php (modified) (1 diff)
-
widgets/planetary-position-widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
planetary-position/trunk/class-planetary-position.php
r2932825 r2932829 11 11 { 12 12 13 const VERSION = '1. 4';13 const VERSION = '1.5'; 14 14 15 15 protected $plugin_slug = 'planetary-position'; -
planetary-position/trunk/planetary-position.php
r2912014 r2932829 6 6 * Plugin Name: Planetary Position 7 7 * Description: Plugin to display Planetary Positions 8 * Version: 1. 48 * Version: 1.5 9 9 * Author: Sammy Wally 10 10 * License: GPL-3.0+ -
planetary-position/trunk/widgets/planetary-position-widget.php
r2932825 r2932829 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.