Plugin Directory

Changeset 2932830


Ignore:
Timestamp:
07/01/2023 06:16:14 AM (3 years ago)
Author:
wsameer
Message:

Shortcode bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • planetary-position/tags/1.5/widgets/planetary-position-widget.php

    r2932826 r2932830  
    3131        parent::__construct( 'planetary-position-widget', __( 'Planetary Position', 'planetary-position' ), $widget_ops );
    3232add_action( 'wp_enqueue_scripts', 'wptuts_scripts_final' );
    33 add_shortcode('planets', array( 'Planetary_Position_Widget', 'widget'));
     33add_shortcode('planets', array( $this, 'widget'));
    3434    }
    3535
Note: See TracChangeset for help on using the changeset viewer.