Commit: 58c176dcd57847b1c045dd5b6f61e61b2bf0d268 Author: Peter Cowburn <[email protected]> Wed, 15 Nov 2017 09:40:10 +0000 Parents: 9708c9b4d3ac915df3608a02afbed2638b3566a7 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=58c176dcd57847b1c045dd5b6f61e61b2bf0d268 Log: fix SunshinePHP 2018 category The "term" should be "conferences" (plural) not "conference" (singular). Changed paths: M archive/entries/2017-11-08-1.xml Diff: diff --git a/archive/entries/2017-11-08-1.xml b/archive/entries/2017-11-08-1.xml index 7e67eb5..6950b6b 100644 --- a/archive/entries/2017-11-08-1.xml +++ b/archive/entries/2017-11-08-1.xml @@ -3,9 +3,9 @@ <title>SunshinePHP 2018 Conference</title> <id>http://php.net/archive/2017.php#id2017-11-08-1</id> <published>2017-11-08T00:00:01+00:00</published> - <updated>2017-11-08T12:23:00+00:00</updated> + <updated>2017-11-15T09:40:00+00:00</updated> <default:finalTeaserDate xmlns="http://php.net/ns/news">2018-12-15</default:finalTeaserDate> - <category term="conference" label="Conference announcement"/> + <category term="conferences" label="Conference announcement"/> <link href="http://php.net/conferences/index.php#id2017-11-08-1" rel="alternate" type="text/html"/> <default:newsImage xmlns="http://php.net/ns/news" link="http://sunshinephp.com" title="SunshinePHP 2018">sunshinephp2018.png</default:newsImage> <link href="http://sunshinephp.com" rel="via" type="text/html"/> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
