<?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>Notes &#38; Stuff &#187; fix</title>
	<atom:link href="http://funroe.net/notes/tag/fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://funroe.net/notes</link>
	<description>Just another Funroe weblog</description>
	<lastBuildDate>Sun, 12 May 2013 20:17:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.2-alpha</generator>
		<item>
		<title>Fixing The WordPress.com Custom CSS Plugin</title>
		<link>http://funroe.net/notes/2010/03/13/fixing-the-wordpress-com-custom-css-plugin/</link>
		<comments>http://funroe.net/notes/2010/03/13/fixing-the-wordpress-com-custom-css-plugin/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 17:41:04 +0000</pubDate>
		<dc:creator>jess</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://funroe.net/notes/2010/03/13/fixing-the-wordpress-com-custom-css-plugin/</guid>
		<description><![CDATA[That plugin is custom to WordPress.com, so it&#8217;s not really for wide usage yet. But I did find these notes for WPMU usage: I needed to do two things to make it work: On line 131 change is_int() to is_numeric(): if ( is_numeric( $blog_id ) ) { switch_to_blog( $blog_id ); $current_plugins = apply_filters( &#8216;active_plugins&#8217;, get_option( [...]]]></description>
				<content:encoded><![CDATA[<p>That plugin is custom to WordPress.com, so it&#8217;s not really for wide usage yet. But I did find these notes for WPMU usage:</p>
<p>I needed to do two things to make it work:</p>
<p>On line 131 change is_int() to is_numeric():</p>
<p>if ( is_numeric( $blog_id ) ) {<br />
	switch_to_blog( $blog_id );<br />
	$current_plugins = apply_filters( &#8216;active_plugins&#8217;, get_option( &#8216;active_plugins&#8217; ) );<br />
}</p>
<p>Then in my .htaccess add the following:</p>
<p>RewriteRule ^custom-css.php /index.php [L,QSA]</p>
<p>Now works a treat.</p>
]]></content:encoded>
			<wfw:commentRss>http://funroe.net/notes/2010/03/13/fixing-the-wordpress-com-custom-css-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
