<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>「WordPress標準ガイドブック」書籍サポートサイト &#187; 訂正</title>
	<atom:link href="http://wpguidebook.com/category/correction/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpguidebook.com</link>
	<description>毎日コミュニケーションズから発売中の「WordPress標準ガイド」書籍サポートサイトです。</description>
	<lastBuildDate>Fri, 29 Aug 2008 04:10:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>時間フォーマットの表記訂正</title>
		<link>http://wpguidebook.com/2006/11/28/date-format-chart/</link>
		<comments>http://wpguidebook.com/2006/11/28/date-format-chart/#comments</comments>
		<pubDate>Tue, 28 Nov 2006 12:25:36 +0000</pubDate>
		<dc:creator>guide</dc:creator>
				<category><![CDATA[訂正]]></category>

		<guid isPermaLink="false">http://www.wordpress-guide.com/2006/11/28/date-format-chart/</guid>
		<description><![CDATA[P105 訂正
書籍中、時刻フォーマット一覧表の最下部に以下の表記があります。


分類
フォーマット
説明/表示の例



～中略～


時刻
H
分。先頭にゼロがつく場合もある。00から59


時刻
H
秒。先頭に [...]]]></description>
			<content:encoded><![CDATA[<p>P105 訂正</p>
<p>書籍中、時刻フォーマット一覧表の最下部に以下の表記があります。</p>
<table summary="時刻フォーマット" class="data">
<thead>
<th scope="col">分類</th>
<th scope="col">フォーマット</th>
<th scope="col">説明/表示の例</th>
</thead>
<tbody>
<tr>
<td colspan="3">～中略～</td>
</tr>
<tr>
<td>時刻</td>
<td>H</td>
<td>分。先頭にゼロがつく場合もある。00から59</td>
</tr>
<tr class="last">
<td>時刻</td>
<td>H</td>
<td>秒。先頭にゼロがつく場合もある。00から59</td>
</tr>
</tbody>
</table>
<p>ここで、「フォーマット」の欄が両方とも「H」となっていますが、正しくは上から「i」（分）、「s」（秒）です。</p>
<p>日付・時間フォーマットについて詳しくは、<a href="http://us2.php.net/manual/ja/function.date.php" rel="external">PHPマニュアル内のdate()関数についてのページ</a>もご参照ください。</p>
]]></content:encoded>
			<wfw:commentRss>http://wpguidebook.com/2006/11/28/date-format-chart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>テンプレートタグget_links_listにつきまして</title>
		<link>http://wpguidebook.com/2006/11/11/get_links_list/</link>
		<comments>http://wpguidebook.com/2006/11/11/get_links_list/#comments</comments>
		<pubDate>Sat, 11 Nov 2006 17:15:34 +0000</pubDate>
		<dc:creator>guide</dc:creator>
				<category><![CDATA[訂正]]></category>

		<guid isPermaLink="false">http://www.wordpress-guide.com/2006/11/11/get_links_list/</guid>
		<description><![CDATA[P232 訂正
たとえば「ブログロール」というカテゴリーのリンクリストを表示するには、テンプレートに以下のコードを追加します。
&#60;?php get_links_list('ブログロール'); ?&#62;
上記のよう [...]]]></description>
			<content:encoded><![CDATA[<p>P232 訂正</p>
<blockquote><p>たとえば「ブログロール」というカテゴリーのリンクリストを表示するには、テンプレートに以下のコードを追加します。</p></blockquote>
<pre><code>&lt;?php get_links_list('ブログロール'); ?&gt;</code></pre>
<p>上記のようなパラメータの指定は行えません。</p>
<p>get_links_list()のパラメータは、idまたはnameでリンクタイトルのソート順を指定するものです。正しくは</p>
<pre><code>&lt;?php get_links_list('id'); ?&gt;</code></pre>
<p>または、</p>
<pre><code>&lt;?php get_links_list('name'); ?&gt;</code></pre>
<p>となります。パラメータが空の場合初期値はnameですが、リンク名が日本語表記の場合はnameでのソート順の指定は無視されます。詳しくは<a href="http://wptags.com/japanese/get_links_list/">Wptags.com</a>をご覧下さい。</p>
]]></content:encoded>
			<wfw:commentRss>http://wpguidebook.com/2006/11/11/get_links_list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
