Merge github.com:johnbintz/comicpress-2.8
This commit is contained in:
commit
ad7b902199
|
@ -13,7 +13,7 @@ class BuyThisPrintWidget extends WP_Widget {
|
||||||
function BuyThisPrintWidget($skip_widget_init = false) {
|
function BuyThisPrintWidget($skip_widget_init = false) {
|
||||||
if (!$skip_widget_init) {
|
if (!$skip_widget_init) {
|
||||||
$widget_ops = array('classname' => __CLASS__, 'description' => __('Adds a button that goes to the buy print template page.','comicpress') );
|
$widget_ops = array('classname' => __CLASS__, 'description' => __('Adds a button that goes to the buy print template page.','comicpress') );
|
||||||
$this->WP_Widget(__CLASS__, __('Buy This Print','comicpress'), $widget_ops);
|
$this->WP_Widget(__CLASS__, __('ComicPress Buy This Print','comicpress'), $widget_ops);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ class GraphicalNavigationWidget extends WP_Widget {
|
||||||
function GraphicalNavigationWidget($skip_widget_init = false) {
|
function GraphicalNavigationWidget($skip_widget_init = false) {
|
||||||
if (!$skip_widget_init) {
|
if (!$skip_widget_init) {
|
||||||
$widget_ops = array('classname' => __CLASS__, 'description' => __('Displays Graphical Navigation Buttons. (used in comic sidebars)','comicpress') );
|
$widget_ops = array('classname' => __CLASS__, 'description' => __('Displays Graphical Navigation Buttons. (used in comic sidebars)','comicpress') );
|
||||||
$this->WP_Widget(__CLASS__, __('Comic Navigation','comicpress'), $widget_ops);
|
$this->WP_Widget(__CLASS__, __('ComicPress Comic Navigation','comicpress'), $widget_ops);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue