Changeset 346437
- Timestamp:
- 02/16/2011 02:27:08 PM (15 years ago)
- File:
-
- 1 edited
-
just-another-author-widget/trunk/show_author.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
just-another-author-widget/trunk/show_author.php
r346428 r346437 368 368 { 369 369 $class['classname'] = 'showauthor_widget'; 370 wp_register_sidebar_widget('tommy_show_author', __('Just Another Author Widget'), 'showauthor_widget',$class);371 wp_register_widget_control('tommy_show_author', __('Just Another Author Widget'), 'showauthor_widget_control','width=200&height=200');370 wp_register_sidebar_widget('tommy_show_author',__('Just Another Author Widget'),'showauthor_widget',$class); 371 wp_register_widget_control('tommy_show_author',__('Just Another Author Widget'),'showauthor_widget_control','width=200&height=200'); 372 372 373 373
Note: See TracChangeset
for help on using the changeset viewer.