Changeset 1373108
- Timestamp:
- 03/17/2016 01:34:34 PM (10 years ago)
- Location:
- astropress-by-ask-oracle/trunk
- Files:
-
- 2 edited
-
AstroPress.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
astropress-by-ask-oracle/trunk/AstroPress.php
r1235287 r1373108 41 41 //Constructor 42 42 $widget_ops = array('classname' => 'widget astropress_widget', 'description' => 'AstroPress Widget to embed horoscopes' ); 43 $this-> WP_Widget('astropress','AstroPress Widget', $widget_ops);43 $this->__construct('astropress','AstroPress Widget', $widget_ops); 44 44 } 45 45 function widget($args, $instance) { -
astropress-by-ask-oracle/trunk/readme.txt
r1235287 r1373108 80 80 * New Shotcode : 81 81 `[astropress width=350 height=300 bgcolor=#CCC textcolor=#DDD linkcolor=blue]` 82 82 83 83 = 1.0.2 = 84 * Horoscope API url was wrong >> Corrected 85 84 * WP_Widget is depreciated - solved. 86 85 87 86
Note: See TracChangeset
for help on using the changeset viewer.