Plugin Directory

Changeset 2018529


Ignore:
Timestamp:
01/24/2019 04:52:52 PM (7 years ago)
Author:
janiko
Message:

correction -> language

Location:
zotero-notes/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • zotero-notes/trunk/class.zotero-notes-citation.php

    r2015524 r2018529  
    156156           
    157157            /**
    158              * Language, if exists
     158             * Language, if exists (2 first char.)
    159159             */
    160160             
    161161            if ( isset($this->_lang)) {
    162162                if ($this->_lang != "") {
    163                     $html .= " (".$this->_lang.") ";
     163                    $html .= " (" . substr($this->_lang, 0, 2) . ") ";
    164164                }
    165165            }
  • zotero-notes/trunk/readme.txt

    r2016344 r2018529  
    5151== Changelog ==
    5252
     53= 1.0.3 =
     54Language parameter updated
     55
    5356= 1.0.2 =
    5457Added to pages (not only posts)
  • zotero-notes/trunk/zotero-notes.php

    r2016344 r2018529  
    33 * Plugin Name: Zotero Notes
    44 * Description: Simple footnote references using Zotero
    5  * Version: 1.0.2
     5 * Version: 1.0.3
    66 * Author: Janiko 
    77 * Author URI: http://geba.fr
Note: See TracChangeset for help on using the changeset viewer.