Ignore:
Timestamp:
Oct 20, 2009, 10:55:57 PM (14 years ago)
Author:
vdigital
Message:

[Public Piwigo WordPress Widget] Don't make any mistake it is a WordPress sidebar widget!

.po and .mo files provided by Laurent Duretz (Thanks to him)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Public_Piwigo_WordPress_Widget/Public_WP_Piwigo_Widget.php

    r4057 r4073  
    2828if (!defined('PPW_PFX')) define('PPW_PFX','Public_Piwigo_WordPress_');
    2929
     30load_plugin_textdomain('pwg', 'wp-content/plugins/Public_Piwigo_WordPress_Widget', 'Public_Piwigo_WordPress_Widget' );
     31
    3032class Public_Piwigo_WordPress_Widget extends WP_Widget
    3133{
    3234        function Public_Piwigo_WordPress_Widget(){
    3335                $widget_ops = array('classname' => PPW_PFX . 'Widget',
    34                         'description' => __( "Adds a thumbnail and its link (to the picture) inside your blog sidebar.") );
     36                        'description' => __( "Adds a thumbnail and its link (to the picture) inside your blog sidebar.",'pwg') );
    3537                $control_ops = array('width' => 300, 'height' => 300);
    3638                $this->WP_Widget(PPW_PFX . 'Widget', PPW_NAME . 'Widget', $widget_ops, $control_ops);
Note: See TracChangeset for help on using the changeset viewer.