<?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>magbiz&#187; automatisches speichern</title>
	<atom:link href="http://magbiz.net/t/automatischen-speichern/feed/" rel="self" type="application/rss+xml" />
	<link>http://magbiz.net</link>
	<description>Business Magazin</description>
	<lastBuildDate>Fri, 23 Jul 2010 21:13:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Autospeichern deaktivieren</title>
		<link>http://magbiz.net/tutorials/wordpress/autospeichern-deaktivieren/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss</link>
		<comments>http://magbiz.net/tutorials/wordpress/autospeichern-deaktivieren/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 06:44:50 +0000</pubDate>
		<dc:creator>[tw]</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[automatisches speichern]]></category>
		<category><![CDATA[Funktionen]]></category>

		<guid isPermaLink="false">http://magbiz.net/?p=517</guid>
		<description><![CDATA[Wordpress hat eigentlich eine nette Funktion: Automatisches Zwischenspeichern, w&#228;hrend man Artikel erstellt/bearbeitet.
Wenn man diese Funktion abschalten m&#246;chte, braucht man nur ein paar Zeilen Code in die functions.php einf&#252;gen:
function disableAutoSave() {
wp_deregister_script(&#8216;autosave&#8217;);
}
add_action( &#8216;wp_print_scripts&#8217;, &#8216;disableAutoSave&#8217; );
Hiermit wird das automatische Zwischenspeichern deaktiviert. M&#246;chte man die Funktion wieder aktivieren, so braucht man nur den Code wieder aus der functions.php entfernen.
Autospeichern [...]<p><a href="http://magbiz.net/tutorials/wordpress/autospeichern-deaktivieren/">Autospeichern deaktivieren</a> is a post from: <a href="http://magbiz.net">magbiz</a></p>
]]></description>
		<wfw:commentRss>http://magbiz.net/tutorials/wordpress/autospeichern-deaktivieren/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
