Plugin Directory

Changeset 609363


Ignore:
Timestamp:
10/08/2012 01:58:14 AM (13 years ago)
Author:
mdanielpatrick
Message:

Swapped input for larger textarea on pubmed id entry input.

Location:
pmid-citation-plus/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pmid-citation-plus/trunk/pmid-citation-plus.php

    r381762 r609363  
    33Plugin Name: PMID Citation Plus
    44Plugin URI: http://www.mdpatrick.com/pmidcitationplus/
    5 Version: 1.0
     5Version: 1.0.1
    66Author: Dan Patrick
    77Description: This plugin makes citing scientific studies in an aesthetically pleasing manner much more easy. It allows you to simply enter in Pubmed IDs and have a references list automatically built for you. At the moment it only supports PMIDs, but in the future will also support citation via DOI.
     
    7272    // The actual fields for data entry
    7373    echo '<label for="pmidinput">Comma separated list of PMIDs</label>';
    74     echo '<input type="text" id="pmidinput" name="pmidinput" value="' . build_simple_pmid_string(get_post_meta($post->ID, '_pcp_article_sources', true)) . '" size="45" />';
     74    echo '<textarea id="pmidinput" name="pmidinput" value="' . build_simple_pmid_string(get_post_meta($post->ID, '_pcp_article_sources', true)) . '" rows="6" cols="35">' . build_simple_pmid_string(get_post_meta($post->ID, '_pcp_article_sources', true)) . '</textarea>';
    7575}
    7676
  • pmid-citation-plus/trunk/readme.txt

    r381861 r609363  
    55Stable tag: trunk
    66Requires at least: 3.1.2
    7 Tested up to: 3.1.2
     7Tested up to: 3.4.1
    88
    99This plugin allows you to simply enter in PubMed IDs (PMIDs) and have a references list automatically built at the bottom of your post for you.
    1010
    1111== Description ==
     12
     13**[For $30 I will add your feature and provide support.](http://www.mdpatrick.com/donate/)**
     14
     15.. or ..
     16**[You can make your own feature and create a pull request on GitHub. This plug is open source.](https://github.com/mdpatrick/PMID-Citation-Plus)**
    1217
    1318This plugin makes citing scientific studies in an *aesthetically pleasing manner* much more easy.
     
    2732
    2833== Upgrade Notice ==
     34
     35= 1.0.1 =
     36* Swapped input for larger textarea on pubmed id entry input.
     37
    2938= 1.0.0 =
    3039* Currently we're at first release. Future upgrade information will be listed here.
Note: See TracChangeset for help on using the changeset viewer.