Changeset 2018529
- Timestamp:
- 01/24/2019 04:52:52 PM (7 years ago)
- Location:
- zotero-notes/trunk
- Files:
-
- 3 edited
-
class.zotero-notes-citation.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
zotero-notes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zotero-notes/trunk/class.zotero-notes-citation.php
r2015524 r2018529 156 156 157 157 /** 158 * Language, if exists 158 * Language, if exists (2 first char.) 159 159 */ 160 160 161 161 if ( isset($this->_lang)) { 162 162 if ($this->_lang != "") { 163 $html .= " (" .$this->_lang.") ";163 $html .= " (" . substr($this->_lang, 0, 2) . ") "; 164 164 } 165 165 } -
zotero-notes/trunk/readme.txt
r2016344 r2018529 51 51 == Changelog == 52 52 53 = 1.0.3 = 54 Language parameter updated 55 53 56 = 1.0.2 = 54 57 Added to pages (not only posts) -
zotero-notes/trunk/zotero-notes.php
r2016344 r2018529 3 3 * Plugin Name: Zotero Notes 4 4 * Description: Simple footnote references using Zotero 5 * Version: 1.0. 25 * Version: 1.0.3 6 6 * Author: Janiko 7 7 * Author URI: http://geba.fr
Note: See TracChangeset
for help on using the changeset viewer.