<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: WordPress 2.7</title>
	<atom:link href="http://www.free-os.it/blog/archives/1862/feed" rel="self" type="application/rss+xml" />
	<link>http://www.free-os.it/blog/archives/1862?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-27</link>
	<description>E dal fumo uscirono le cavallette...</description>
	<lastBuildDate>Thu, 19 Jan 2012 20:08:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: G.</title>
		<link>http://www.free-os.it/blog/archives/1862/comment-page-1#comment-49761</link>
		<dc:creator>G.</dc:creator>
		<pubDate>Thu, 11 Dec 2008 16:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.free-os.it/blog/?p=1862#comment-49761</guid>
		<description>Ah! Esiste già un aggiornamento? Mo&#039; vado a scaricarlo...

Grazie.</description>
		<content:encoded><![CDATA[<p>Ah! Esiste già un aggiornamento? Mo&#8217; vado a scaricarlo&#8230;</p>
<p>Grazie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alt-os</title>
		<link>http://www.free-os.it/blog/archives/1862/comment-page-1#comment-49759</link>
		<dc:creator>alt-os</dc:creator>
		<pubDate>Thu, 11 Dec 2008 15:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.free-os.it/blog/?p=1862#comment-49759</guid>
		<description>Ma io in realtà, mentre cercavo una soluzione, ho beccato l&#039;aggiornamento... :)</description>
		<content:encoded><![CDATA[<p>Ma io in realtà, mentre cercavo una soluzione, ho beccato l&#8217;aggiornamento&#8230; :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G.</title>
		<link>http://www.free-os.it/blog/archives/1862/comment-page-1#comment-49757</link>
		<dc:creator>G.</dc:creator>
		<pubDate>Thu, 11 Dec 2008 15:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.free-os.it/blog/?p=1862#comment-49757</guid>
		<description>Per &quot;Simple Tags&quot; è sufficiente un ritocco al codice PHP per renderlo funzionante - anche se non compatibile al 100% con la nuova interfaccia: ovvero, funziona, ma non si possono spostare i box del plugin in giro per la pagina di amministrazione.

Il ritocco da fare è cambiare l&#039;inizio della funzione Check_version aggiungendo la menzione alla versione 2.7 (confrontalo con il file corrente e vedi subito)

// Check version.
global $wp_version;
if ( strpos($wp_version, &#039;2.5&#039;) !== false &#124;&#124; strpos($wp_version, &#039;2.6&#039;) !== false &#124;&#124; 
strpos($wp_version, &#039;2.7&#039;) !== false ) {
	require(dirname(__FILE__).&#039;/2.5/simple-tags.client.php&#039;);
} elseif ( strpos($wp_version, &#039;2.3&#039;) !== false ) {
	require(dirname(__FILE__).&#039;/2.3/simple-tags.client.php&#039;);
} else {
	function simple_tags_warning() {
		echo &#039;&lt;strong&gt;&#039;.__(&#039;Simple Tags can\&#039;t work with this WordPress version !&#039;, &#039;simpletags&#039;).&#039;&lt;/strong&gt; &#039;.sprintf(__(&#039;You must use &lt;a href=&quot;%1$s&quot; rel=&quot;nofollow&quot;&gt;Simple Tagging Plugin&lt;/a&gt; for it to work.&#039;, &#039;simpletags&#039;), &#039;http://wordpress.org/extend/plugins/simple-tagging-plugin/&#039;).&#039;&#039;;
	}
	add_action(&#039;admin_notices&#039;, &#039;simple_tags_warning&#039;);
}

Spero comunque che venga presto pubblicato un aggiornamento &quot;vero&quot;.
Ciao.</description>
		<content:encoded><![CDATA[<p>Per &#8220;Simple Tags&#8221; è sufficiente un ritocco al codice PHP per renderlo funzionante &#8211; anche se non compatibile al 100% con la nuova interfaccia: ovvero, funziona, ma non si possono spostare i box del plugin in giro per la pagina di amministrazione.</p>
<p>Il ritocco da fare è cambiare l&#8217;inizio della funzione Check_version aggiungendo la menzione alla versione 2.7 (confrontalo con il file corrente e vedi subito)</p>
<p>// Check version.<br />
global $wp_version;<br />
if ( strpos($wp_version, &#8217;2.5&#8242;) !== false || strpos($wp_version, &#8217;2.6&#8242;) !== false ||<br />
strpos($wp_version, &#8217;2.7&#8242;) !== false ) {<br />
	require(dirname(__FILE__).&#8217;/2.5/simple-tags.client.php&#8217;);<br />
} elseif ( strpos($wp_version, &#8217;2.3&#8242;) !== false ) {<br />
	require(dirname(__FILE__).&#8217;/2.3/simple-tags.client.php&#8217;);<br />
} else {<br />
	function simple_tags_warning() {<br />
		echo &#8216;<strong>&#8216;.__(&#8216;Simple Tags can\&#8217;t work with this WordPress version !&#8217;, &#8216;simpletags&#8217;).&#8217;</strong> &#8216;.sprintf(__(&#8216;You must use <a href="%1$s" rel="nofollow">Simple Tagging Plugin</a> for it to work.&#8217;, &#8216;simpletags&#8217;), &#8216;<a href="http://wordpress.org/extend/plugins/simple-tagging-plugin/" rel="nofollow">http://wordpress.org/extend/plugins/simple-tagging-plugin/</a>&#8216;).&#8221;;<br />
	}<br />
	add_action(&#8216;admin_notices&#8217;, &#8216;simple_tags_warning&#8217;);<br />
}</p>
<p>Spero comunque che venga presto pubblicato un aggiornamento &#8220;vero&#8221;.<br />
Ciao.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

