Changeset 2016344
- Timestamp:
- 01/21/2019 03:16:04 PM (7 years ago)
- Location:
- zotero-notes/trunk
- Files:
-
- 3 edited
-
class.zotero-notes-referencesList.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-referencesList.php
r2015568 r2016344 148 148 return ""; 149 149 }*/ 150 if ( is_single() ) {150 if ( is_single() || is_page() ) { 151 151 152 152 $the_ID = get_the_ID(); -
zotero-notes/trunk/readme.txt
r2015568 r2016344 51 51 == Changelog == 52 52 53 = 1.0.2 = 54 Added to pages (not only posts) 55 53 56 = 1.0.1 = 54 57 Some caching added (to prevent too frequent curl calls). -
zotero-notes/trunk/zotero-notes.php
r2015570 r2016344 3 3 * Plugin Name: Zotero Notes 4 4 * Description: Simple footnote references using Zotero 5 * Version: 1.0. 15 * Version: 1.0.2 6 6 * Author: Janiko 7 7 * Author URI: http://geba.fr
Note: See TracChangeset
for help on using the changeset viewer.