Has the default behaviour for saving of drafts, publication of entries and updates been changed to redirect to posts.php? For those among us who want to save a draft as a staging post (pun not intended) along the writing process, this change adds some unneeded mouse clicks. How does this work from the usability point of view?
Thanks, John ------------------------------ > > Message: 2 > Date: Mon, 3 May 2010 16:33:58 -0700 > From: Ross Chapman <[email protected]> > Subject: [wp-testers] on page/post save returns edit posts screen > To: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset=us-ascii > > Running today's trunk on my Mac and notice that whenever I save a page (or > custom post type for that matter) it returns the Edit Posts screen. Here's > is error message from WP_DEBUG: > > "Notice: load_plugin_textdomain was called with an argument that is > deprecated since version 2.7 with no alternative available. in > /Library/WebServer/Documents/Sites/mydomain/wp-includes/functions.php on > line 3248" > > -Ross > > ------------------------------ > > Message: 4 > Date: Mon, 3 May 2010 16:38:30 -0700 > From: Andrew Nacin <[email protected]> > Subject: Re: [wp-testers] on page/post save returns edit posts screen > To: [email protected] > Message-ID: > <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > You have a plugin that is using an argument in load_plugin_textdomain that > no longer does anything. (The second argument, specifically.) See > http://codex.wordpress.org/Function_Reference/load_plugin_textdomain. > > On Mon, May 3, 2010 at 4:33 PM, Ross Chapman <[email protected]> wrote: > > > Running today's trunk on my Mac and notice that whenever I save a page > (or > > custom post type for that matter) it returns the Edit Posts screen. > Here's > > is error message from WP_DEBUG: > > > > "Notice: load_plugin_textdomain was called with an argument that is > > deprecated since version 2.7 with no alternative available. in > > /Library/WebServer/Documents/Sites/mydomain/wp-includes/functions.php on > > line 3248" > > _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
