- Timestamp:
- 09/14/18 12:16:17 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blogroll/class.dc.importblogroll.php
r3731 r3874 36 36 $outlines = $xml->xpath("//outline"); 37 37 38 $this->entries = array();38 $this->entries = []; 39 39 foreach ($outlines as $outline) { 40 40 if (isset($outline['htmlUrl'])) { … … 66 66 $outlines = $xml->xpath("//bookmark"); 67 67 68 $this->entries = array();68 $this->entries = []; 69 69 foreach ($outlines as $outline) { 70 70 if (!isset($outline['href'])) {
Note: See TracChangeset
for help on using the changeset viewer.