<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>ShinePHP Forum &#187; Topic: Silence is golden guard, v. 1.0 is published</title>
		<link>http://shinephp.com/community/topic/version-10-is-published</link>
		<description>General Web development, PHP, MySQL, WordPress and its plugins discussions</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 05:06:46 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://shinephp.com/community/search.php</link>
		</textInput>
		<atom:link href="http://shinephp.com/community/rss/topic/version-10-is-published" rel="self" type="application/rss+xml" />

		<item>
			<title>vladimir on "Silence is golden guard, v. 1.0 is published"</title>
			<link>http://shinephp.com/community/topic/version-10-is-published#post-20</link>
			<pubDate>Sat, 20 Mar 2010 01:00:54 +0000</pubDate>
			<dc:creator>vladimir</dc:creator>
			<guid isPermaLink="false">20@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;OK.&#60;br /&#62;
I have remembered that I'm moderator here :) and changed backticks in your post to the&#60;br /&#62;
&#34;pre&#34; tags.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Whiler on "Silence is golden guard, v. 1.0 is published"</title>
			<link>http://shinephp.com/community/topic/version-10-is-published#post-19</link>
			<pubDate>Fri, 19 Mar 2010 19:41:47 +0000</pubDate>
			<dc:creator>Whiler</dc:creator>
			<guid isPermaLink="false">19@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Thanks for the hint.. I saw the backtick but missed the &#34;pre&#34; tag.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vladimir on "Silence is golden guard, v. 1.0 is published"</title>
			<link>http://shinephp.com/community/topic/version-10-is-published#post-17</link>
			<pubDate>Fri, 19 Mar 2010 15:01:48 +0000</pubDate>
			<dc:creator>vladimir</dc:creator>
			<guid isPermaLink="false">17@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Bug is fixed. French translation is published with version 1.1 together.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vladimir on "Silence is golden guard, v. 1.0 is published"</title>
			<link>http://shinephp.com/community/topic/version-10-is-published#post-15</link>
			<pubDate>Fri, 19 Mar 2010 12:53:16 +0000</pubDate>
			<dc:creator>vladimir</dc:creator>
			<guid isPermaLink="false">15@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Thanks for the help with translation.&#60;br /&#62;
If you need my help with Russian translation of your plugins just tell me :).&#60;br /&#62;
Another special thanks for the bug info. It will be fixed asap.&#60;br /&#62;
Just for the information, You can use special&#60;br /&#62;
&#34;pre&#34; tags to show code fragments in more suitable way here, like below one&#60;/p&#62;


&#60;div class=&#34;bb_syntax&#34;&#62;&#60;div class=&#34;code&#34;&#62;&#60;pre class=&#34;php&#34; style=&#34;font-family:monospace;&#34;&#62;&#60;span style=&#34;color: #b1b100;&#34;&#62;echo&#60;/span&#62; &#60;span style=&#34;color: #0000ff;&#34;&#62;&#38;quot;hello world&#38;quot;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/pre&#62;&#60;/div&#62;&#60;/div&#62;



&#60;p&#62;Put attention to the hint below the post edit field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Whiler on "Silence is golden guard, v. 1.0 is published"</title>
			<link>http://shinephp.com/community/topic/version-10-is-published#post-13</link>
			<pubDate>Thu, 18 Mar 2010 09:13:39 +0000</pubDate>
			<dc:creator>Whiler</dc:creator>
			<guid isPermaLink="false">13@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;There's a wrong variable used to access the language path...&#60;/p&#62;


&#60;div class=&#34;bb_syntax&#34;&#62;&#60;div class=&#34;code&#34;&#62;&#60;pre class=&#34;php&#34; style=&#34;font-family:monospace;&#34;&#62;load_plugin_textdomain&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;'sig-guard'&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;,&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;''&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;,&#60;/span&#62; &#60;span style=&#34;color: #000088;&#34;&#62;$sigPluginDirName&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;.&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;'/lang'&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
load_plugin_textdomain&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;'sig-guard'&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;,&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;''&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;,&#60;/span&#62; &#60;span style=&#34;color: #000088;&#34;&#62;$sig_guardPluginDirName&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;.&#60;/span&#62;&#60;span style=&#34;color: #0000ff;&#34;&#62;'/lang'&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;
&#38;nbsp;
&#60;span style=&#34;color: #000088;&#34;&#62;$sig_guardPluginDirName&#60;/span&#62; &#60;span style=&#34;color: #339933;&#34;&#62;=&#60;/span&#62; &#60;span style=&#34;color: #990000;&#34;&#62;substr&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;dirname&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900; font-weight: bold;&#34;&#62;__FILE__&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;,&#60;/span&#62; &#60;span style=&#34;color: #990000;&#34;&#62;strlen&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;WP_PLUGIN_DIR&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;+&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;&#34;&#62;1&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;,&#60;/span&#62; &#60;span style=&#34;color: #990000;&#34;&#62;strlen&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;&#60;span style=&#34;color: #009900; font-weight: bold;&#34;&#62;__FILE__&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;-&#60;/span&#62;&#60;span style=&#34;color: #990000;&#34;&#62;strlen&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#40;&#60;/span&#62;WP_PLUGIN_DIR&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;-&#60;/span&#62;&#60;span style=&#34;color: #cc66cc;&#34;&#62;1&#60;/span&#62;&#60;span style=&#34;color: #009900;&#34;&#62;&#38;#41;&#60;/span&#62;&#60;span style=&#34;color: #339933;&#34;&#62;;&#60;/span&#62;&#60;/pre&#62;&#60;/div&#62;&#60;/div&#62;


</description>
		</item>
		<item>
			<title>Whiler on "Silence is golden guard, v. 1.0 is published"</title>
			<link>http://shinephp.com/community/topic/version-10-is-published#post-12</link>
			<pubDate>Thu, 18 Mar 2010 00:39:42 +0000</pubDate>
			<dc:creator>Whiler</dc:creator>
			<guid isPermaLink="false">12@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://blogs.wittwer.fr/whiler/wp-content/languages/sig-guard-fr_FR.rar&#34; rel=&#34;nofollow&#34;&#62;http://blogs.wittwer.fr/whiler/wp-content/languages/sig-guard-fr_FR.rar&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vladimir on "Silence is golden guard, v. 1.0 is published"</title>
			<link>http://shinephp.com/community/topic/version-10-is-published#post-10</link>
			<pubDate>Tue, 16 Mar 2010 15:30:40 +0000</pubDate>
			<dc:creator>vladimir</dc:creator>
			<guid isPermaLink="false">10@http://shinephp.com/community/</guid>
			<description>&#60;p&#62;Version 1.0 is published today at WordPress repository:&#60;br /&#62;
&#60;a href=&#34;http://downloads.wordpress.org/plugin/silence-is-golden-guard.zip&#34; rel=&#34;nofollow&#34;&#62;http://downloads.wordpress.org/plugin/silence-is-golden-guard.zip&#60;/a&#62;&#60;br /&#62;
Do you wish to read more about this plugin? Please read this post&#60;br /&#62;
&#60;a href=&#34;http://www.shinephp.com/silence-is-golden-guard-wordpress-plugin/&#34; rel=&#34;nofollow&#34;&#62;http://www.shinephp.com/silence-is-golden-guard-wordpress-plugin/&#60;/a&#62;&#60;br /&#62;
You are welcome to download and use this plugin! Enjoy! :)&#60;br /&#62;
If you have a question or problem, left your post it this forum.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

