<?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: Change Quick Action Button in Admin</title>
	<atom:link href="http://digwp.com/2010/03/change-quick-action-button/feed/" rel="self" type="application/rss+xml" />
	<link>http://digwp.com/2010/03/change-quick-action-button/</link>
	<description>Take your WordPress skills to the next level.</description>
	<lastBuildDate>Fri, 18 May 2012 18:22:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Sandy</title>
		<link>http://digwp.com/2010/03/change-quick-action-button/#comment-3597</link>
		<dc:creator>Sandy</dc:creator>
		<pubDate>Thu, 04 Mar 2010 15:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1227#comment-3597</guid>
		<description>Whether or not I would use this particular thing, it&#039;s still interesting and helps me learn more about wordpress, so thanks. 

My question for you, prompted by your tip here, is this: can I make My Favorites *always* have a link to the stylesheet so I can whip over and edit it? When I&#039;m setting up a new site, I&#039;m editing this file all the time! But it&#039;s hard to get to, since I work on a small laptop and the file is at the veeeerrrrry bottom of the Editor page. Every time I open my Editor (under Appearance), I have to scroll, scroll, scroll past files I never open, to see the stylesheets at the very bottom. 

I suppose I should just work in a code editor like everyone else, but I wish I could just stick it into the My Favorites dropdown like you&#039;re doing here with New Page. Easy or hard to do that?

It&#039;s okay if this is too far afield to answer here. Just wondering if it&#039;s something a person with very rudimentary php knowledge should try at home or if it&#039;ll bork my whole core. Well, not *my* whole core, but my site&#039;s whole core. :)</description>
		<content:encoded><![CDATA[<p>Whether or not I would use this particular thing, it&#8217;s still interesting and helps me learn more about wordpress, so thanks. </p>
<p>My question for you, prompted by your tip here, is this: can I make My Favorites *always* have a link to the stylesheet so I can whip over and edit it? When I&#8217;m setting up a new site, I&#8217;m editing this file all the time! But it&#8217;s hard to get to, since I work on a small laptop and the file is at the veeeerrrrry bottom of the Editor page. Every time I open my Editor (under Appearance), I have to scroll, scroll, scroll past files I never open, to see the stylesheets at the very bottom. </p>
<p>I suppose I should just work in a code editor like everyone else, but I wish I could just stick it into the My Favorites dropdown like you&#8217;re doing here with New Page. Easy or hard to do that?</p>
<p>It&#8217;s okay if this is too far afield to answer here. Just wondering if it&#8217;s something a person with very rudimentary php knowledge should try at home or if it&#8217;ll bork my whole core. Well, not *my* whole core, but my site&#8217;s whole core. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arslion</title>
		<link>http://digwp.com/2010/03/change-quick-action-button/#comment-3596</link>
		<dc:creator>arslion</dc:creator>
		<pubDate>Thu, 04 Mar 2010 14:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1227#comment-3596</guid>
		<description>I really need this thankss...many thanks .</description>
		<content:encoded><![CDATA[<p>I really need this thankss&#8230;many thanks .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Coyier</title>
		<link>http://digwp.com/2010/03/change-quick-action-button/#comment-3583</link>
		<dc:creator>Chris Coyier</dc:creator>
		<pubDate>Tue, 02 Mar 2010 22:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1227#comment-3583</guid>
		<description>&#039;Cause I didn&#039;t know how to do that. I&#039;m a noob when it comes to this plugin/functions/filtering stuff, although I&#039;m getting the hang of it better. Thanks for the idea, looks like it will need a little editing to replicate exactly my scenario.</description>
		<content:encoded><![CDATA[<p>&#8216;Cause I didn&#8217;t know how to do that. I&#8217;m a noob when it comes to this plugin/functions/filtering stuff, although I&#8217;m getting the hang of it better. Thanks for the idea, looks like it will need a little editing to replicate exactly my scenario.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: weston</title>
		<link>http://digwp.com/2010/03/change-quick-action-button/#comment-3580</link>
		<dc:creator>weston</dc:creator>
		<pubDate>Tue, 02 Mar 2010 19:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1227#comment-3580</guid>
		<description>why edit core files when you can put it into your functions.php file


function my_favorite_action( $actions ) {

	$actions[ wp_nonce_url( &#039;edit-comments.php&#039;, &#039;wp-cache&#039; ) ] = array( __( &#039;Manage Comments&#039; ), &#039;manage_options&#039; );

	return $actions;
}
add_filter( &#039;favorite_actions&#039;, &#039;my_favorite_action&#039; );
</description>
		<content:encoded><![CDATA[<p>why edit core files when you can put it into your functions.php file</p>
<p>function my_favorite_action( $actions ) {</p>
<p>	$actions[ wp_nonce_url( 'edit-comments.php', 'wp-cache' ) ] = array( __( &#8216;Manage Comments&#8217; ), &#8216;manage_options&#8217; );</p>
<p>	return $actions;<br />
}<br />
add_filter( &#8216;favorite_actions&#8217;, &#8216;my_favorite_action&#8217; );</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Coyier</title>
		<link>http://digwp.com/2010/03/change-quick-action-button/#comment-3578</link>
		<dc:creator>Chris Coyier</dc:creator>
		<pubDate>Tue, 02 Mar 2010 18:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1227#comment-3578</guid>
		<description>Nothing really. It&#039;s fairly trivial. But in my own link-clicking muscle memory it trips me up fairly often. And since the &quot;Write Post&quot; and &quot;Write Page&quot; screens are visually nearly identical, it can often have consequences. Let&#039;s say I was creating some test pages for something on this website. I created a new page, published it, wanted to create another one, hit the button, typed in some totally fake content like &quot;blah blah stupid fake content&quot; and published that. Oh no! That was really a post. Well too late, it&#039;s already out on the RSS feed and I look like an idiot. 

I see this as kind of a &quot;mistake&quot; based on the behavior of how that quick action button works elsewhere, so might as well fix it.</description>
		<content:encoded><![CDATA[<p>Nothing really. It&#8217;s fairly trivial. But in my own link-clicking muscle memory it trips me up fairly often. And since the &#8220;Write Post&#8221; and &#8220;Write Page&#8221; screens are visually nearly identical, it can often have consequences. Let&#8217;s say I was creating some test pages for something on this website. I created a new page, published it, wanted to create another one, hit the button, typed in some totally fake content like &#8220;blah blah stupid fake content&#8221; and published that. Oh no! That was really a post. Well too late, it&#8217;s already out on the RSS feed and I look like an idiot. </p>
<p>I see this as kind of a &#8220;mistake&#8221; based on the behavior of how that quick action button works elsewhere, so might as well fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darfuria</title>
		<link>http://digwp.com/2010/03/change-quick-action-button/#comment-3577</link>
		<dc:creator>Darfuria</dc:creator>
		<pubDate>Tue, 02 Mar 2010 17:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1227#comment-3577</guid>
		<description>I&#039;m not really sure I see the point in this - as you can just click &#039;New Page&#039; over on the left anyway... I&#039;m sure it has its use for a few people, but what&#039;s the difference, for most of us, between clicking a link at the top, or a link on the left?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not really sure I see the point in this &#8211; as you can just click &#8216;New Page&#8217; over on the left anyway&#8230; I&#8217;m sure it has its use for a few people, but what&#8217;s the difference, for most of us, between clicking a link at the top, or a link on the left?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

