Plugin Directory

Changeset 346437


Ignore:
Timestamp:
02/16/2011 02:27:08 PM (15 years ago)
Author:
Razesdark
Message:

Uploading Version 0.3.1 readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • just-another-author-widget/trunk/show_author.php

    r346428 r346437  
    368368{
    369369    $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');
    372372 
    373373   
Note: See TracChangeset for help on using the changeset viewer.