Skip to content

Commit

Permalink
WP 3.2 compatibility
Browse files Browse the repository at this point in the history
git-svn-id: https://plugins.svn.wordpress.org/wp-piwik/trunk@415623 b8457f37-d9ea-0310-8a92-e5e31aec5664
  • Loading branch information
Braekling authored and Braekling committed Jul 26, 2011
1 parent 1b3cdcd commit 5a4e604
Show file tree
Hide file tree
Showing 6 changed files with 155 additions and 94 deletions.
5 changes: 2 additions & 3 deletions dashboard/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
/*********************************
WP-Piwik::Stats:Footer
**********************************/
?>
</div>
</div>

?>
4 changes: 3 additions & 1 deletion dashboard/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*********************************
WP-Piwik::Stats:Header
**********************************/
?>
/*
<div id="<?php echo $aryConf['id']; ?>" class="postbox <?php echo ($aryConf['closed']?'if-js-closed':''); ?>" >
<div class="handlediv" title="Click to toggle">
<br />
Expand All @@ -13,3 +13,5 @@
</span>
</h3>
<div class="inside">
*/
?>
8 changes: 1 addition & 7 deletions js/wp-piwik.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
jQuery( function($) {
// close postboxes that should be closed
jQuery('.if-js-closed').removeClass('if-js-closed').addClass('closed');
postboxes.add_postbox_toggles('wppiwik');
} );

function datelink(strPage,strDate) {
window.location.href='index.php?page='+strPage+'&date='+strDate;
}
}
Binary file modified languages/wp-piwik-de_DE.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion languages/wp-piwik-de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ msgid "Thank you very much, all users who send me mails containing criticism, co
msgstr "Vielen Dank an alle Nutzer, die mir Mails mit Kritik, Lob, Featurew&uuml;nsche und Bugmeldungen senden. Ihr helft mir dabei, WP-Piwik viel besser zu machen."

msgid "Thank <strong>you</strong> for using my plugin. It is the best commendation if my piece of code is really used!"
msgstr "Vielen Dank an <strong>Dich</strong> für die Nutzung meines Plugins. Es ist das gr&ouml;&szlig;te Lob, wenn mein Code tats&auml;chlich benutzt wird!"
msgstr "Vielen Dank an <strong>Dich</strong> f&uuml;r die Nutzung meines Plugins. Es ist das gr&ouml;&szlig;te Lob, wenn mein Code tats&auml;chlich benutzt wird!"

msgid "Changes saved"
msgstr "&Auml;nderungen gespeichert"
Expand Down
Loading

0 comments on commit 5a4e604

Please sign in to comment.