Changeset 55336
- Timestamp:
- 02/14/2023 04:04:41 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rss.php
r52978 r55336 196 196 } 197 197 198 // Atom support many links per contain ging element.198 // Atom support many links per containing element. 199 199 // Magpie treats link elements of type rel='alternate' 200 200 // as being equivalent to RSS's simple link element. … … 339 339 // if atom populate rss fields 340 340 if ( $this->is_atom() ) { 341 $this->channel['descript on'] = $this->channel['tagline'];341 $this->channel['description'] = $this->channel['tagline']; 342 342 for ( $i = 0; $i < count($this->items); $i++) { 343 343 $item = $this->items[$i]; … … 501 501 $errormsg = "Failed to fetch $url. "; 502 502 if ( $resp->error ) { 503 # compensate for Snoopy's annoying hab bit to tacking503 # compensate for Snoopy's annoying habit to tacking 504 504 # on '\n' 505 505 $http_error = substr($resp->error, 0, -2);
Note: See TracChangeset
for help on using the changeset viewer.