Skip to content

Commit

Permalink
Arrumado o nome do widget
Browse files Browse the repository at this point in the history
  • Loading branch information
leoandr committed Oct 1, 2012
1 parent 603ac02 commit f7cbee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp-oquegd-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class OqueListaWidget extends WP_Widget
function OqueListaWidget()
{
$widget_ops = array('classname' => 'OqueListaWidget', 'description' => 'O que é? Gabinete Digital. Lista de documentos O que é?' );
$this->WP_Widget('OqueListaWidget', 'Gabinete Digital - O que é?', $widget_ops);
$this->WP_Widget('OqueListaWidget', 'Gabinete Digital - O que é? Lista', $widget_ops);
}

function form($instance)
Expand Down Expand Up @@ -89,7 +89,7 @@ class OqueWidget extends WP_Widget
function OqueWidget()
{
$widget_ops = array('classname' => 'OqueWidget', 'description' => 'O que é? Gabinete Digital. Documento unico O que é?' );
$this->WP_Widget('OqueWidget', 'Gabinete Digital - O que é?', $widget_ops);
$this->WP_Widget('OqueWidget', 'Gabinete Digital - O que é? Único', $widget_ops);
}

function form($instance)
Expand Down

0 comments on commit f7cbee6

Please sign in to comment.