Plugin Directory

Changeset 701244

Timestamp:
04/21/2013 09:01:17 PM (11 years ago)
Author:
emirpprime
Message:

Fix readme

Location:
pubmed-publist/trunk
Files:
2 edited
4 moved

Legend:

Unmodified
Added
Removed
  • pubmed-publist/trunk/pm_pubmedrequest.php

    r700341 r701244  
    7171            $query = array();
    7272            foreach ($xml1->PubmedArticle as $paper) {
    73                 $query[] = sprintf('(MedlineCitation/PMID != %s)',$paper->MedlineCitation->PMID);
     73            $query[] = sprintf('(MedlineCitation/PMID != %s)',$paper->MedlineCitation->PMID);
    7474            }
    7575            $query = implode('and', $query);
     
    7777            $xmlClean = '<Document>';
    7878            foreach ($xml2->xpath(sprintf('PubmedArticle[%s]', $query)) as $paper) {
    79                 $xmlClean .= $paper->asXML();
     79            $xmlClean .= $paper->asXML();
    8080            }
    8181            $xmlClean .= '</Document>';
  • pubmed-publist/trunk/readme.txt

    r700341 r701244  
    5050
    51511. Using the shortcode in a post - showing all optional arguments being used
    52 1. Default output (using Twenty Thirteen theme) with no arguments
    53 1. Layout options
    54 1. Settings screen
     52. Default output (using Twenty Thirteen theme) with no arguments
     53. Layout options
     54. Settings screen
    5555
    5656
Note: See TracChangeset for help on using the changeset viewer.