Skip to content

Commit

Permalink
Update translators
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Feb 23, 2015
1 parent 135d7c2 commit 64a2863
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Code Snippets can be used in these different languages thanks to the following t
* German - [David Decker](http://deckerweb.de)
* French - [oWEB](http://office-web.net)
* Japanese - [mt8](http://mt8.biz/)
* Serbo-Croatian translation [Borisa Djuraskovic from Web Hosting Hub]()
* Serbo-Croatian - [Borisa Djuraskovic from Web Hosting Hub](http://www.webhostinghub.com/)
* Chinese - [Jincheng Shan](http://shanjincheng.com)
* Russian - [Alexander Samsonov](http://www.wordpressplugins.ru/administration/code-snippets.html)
* Slovak - [Ján Fajčák](http://wp.sk)
Expand Down
2 changes: 1 addition & 1 deletion includes/class-export.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ protected function do_items() {
$snippet = $wpdb->get_row( $wpdb->prepare( "SELECT * FROM {$this->table_name} WHERE id = %d", $id ), ARRAY_A );

/* Process the snippet item */
if ( 'php' === $format ) {
if ( 'php' === $this->format ) {
$this->do_item_php( $snippet );
} else {
$this->do_item( $snippet );
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Code Snippets can be used in these different languages thanks to the following t
* German - [David Decker](http://deckerweb.de)
* French - [oWEB](http://office-web.net)
* Japanese - [mt8](http://mt8.biz/)
* Serbo-Croatian translation [Borisa Djuraskovic from Web Hosting Hub]()
* Serbo-Croatian - [Borisa Djuraskovic from Web Hosting Hub](http://www.webhostinghub.com/)
* Chinese - [Jincheng Shan](http://shanjincheng.com)
* Russian - [Alexander Samsonov](http://www.wordpressplugins.ru/administration/code-snippets.html)
* Slovak - [Ján Fajčák](http://wp.sk)
Expand Down

0 comments on commit 64a2863

Please sign in to comment.