Changeset 1003528 for php-code-widget/trunk/execphp.php
- Timestamp:
- 10/07/2014 11:38:03 PM (11 years ago)
- File:
-
- 1 edited
-
php-code-widget/trunk/execphp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
php-code-widget/trunk/execphp.php
r791993 r1003528 11 11 12 12 class PHP_Code_Widget extends WP_Widget { 13 function PHP_Code_Widget() {13 function __construct() { 14 14 load_plugin_textdomain( 'php-code-widget', false, dirname( plugin_basename( __FILE__ ) ) ); 15 15 $widget_ops = array('classname' => 'widget_execphp', 'description' => __('Arbitrary text, HTML, or PHP Code', 'php-code-widget'));
Note: See TracChangeset
for help on using the changeset viewer.