<?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: Add An Item to WordPress 2.7&#8217;s Favorites Menu</title>
	<atom:link href="http://www.webmaster-source.com/2008/12/22/add-an-item-to-wordpress-27s-favorites-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webmaster-source.com/2008/12/22/add-an-item-to-wordpress-27s-favorites-menu/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=add-an-item-to-wordpress-27s-favorites-menu</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Tue, 16 Mar 2010 01:47:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Maligno</title>
		<link>http://www.webmaster-source.com/2008/12/22/add-an-item-to-wordpress-27s-favorites-menu/#comment-11075</link>
		<dc:creator>Maligno</dc:creator>
		<pubDate>Wed, 10 Mar 2010 07:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=1620#comment-11075</guid>
		<description>But you can change the array by changing the permissions:

function add_favorite_item($actions) {
	$actions[&#039;post-new.php&#039;] = array(__(&#039;New Post&#039;), &#039;manage_options&#039;);
	$actions[&#039;page-new.php&#039;] = array(__(&#039;New Page&#039;), &#039;manage_options&#039;);
	$actions[&#039;media-new.php&#039;] = array(__(&#039;Upload&#039;), &#039;manage_options&#039;);
	$actions[&#039;edit.php?post_status=draft&#039;] = array(__(&#039;Drafts&#039;), &#039;manage_options&#039;);
	$actions[&#039;profile.php&#039;] = array(__(&#039;Profile&#039;), &#039;edit_posts&#039;);
	$actions[&#039;edit-comments.php&#039;] = array(__(&#039;Comments&#039;), &#039;manage_options&#039;);
	return $actions;
}
add_filter(&#039;favorite_actions&#039;, &#039;add_favorite_item&#039;);


;)</description>
		<content:encoded><![CDATA[<p>But you can change the array by changing the permissions:</p>
<p>function add_favorite_item($actions) {<br />
	$actions['post-new.php'] = array(__(&#8216;New Post&#8217;), &#8216;manage_options&#8217;);<br />
	$actions['page-new.php'] = array(__(&#8216;New Page&#8217;), &#8216;manage_options&#8217;);<br />
	$actions['media-new.php'] = array(__(&#8216;Upload&#8217;), &#8216;manage_options&#8217;);<br />
	$actions['edit.php?post_status=draft'] = array(__(&#8216;Drafts&#8217;), &#8216;manage_options&#8217;);<br />
	$actions['profile.php'] = array(__(&#8216;Profile&#8217;), &#8216;edit_posts&#8217;);<br />
	$actions['edit-comments.php'] = array(__(&#8216;Comments&#8217;), &#8216;manage_options&#8217;);<br />
	return $actions;<br />
}<br />
add_filter(&#8216;favorite_actions&#8217;, &#8216;add_favorite_item&#8217;);</p>
<p> <img src='http://www.webmaster-source.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weekend Links - Dec 26, 2008 &#171; OMNINOGGIN</title>
		<link>http://www.webmaster-source.com/2008/12/22/add-an-item-to-wordpress-27s-favorites-menu/#comment-6374</link>
		<dc:creator>Weekend Links - Dec 26, 2008 &#171; OMNINOGGIN</dc:creator>
		<pubDate>Sat, 27 Dec 2008 03:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=1620#comment-6374</guid>
		<description>[...] Add An Item to WordPress 2.7’s Favorites Menu - WordPress 2.7 introduced a little menu in the upper right corner of the backend. By default it includes commonly-used links, such as the New&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Add An Item to WordPress 2.7’s Favorites Menu &#8211; WordPress 2.7 introduced a little menu in the upper right corner of the backend. By default it includes commonly-used links, such as the New&#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
