[wp-trac] [WordPress Trac] #18467: Redirect to About WordPress page after upgrade
WordPress Trac
wp-trac at lists.automattic.com
Thu Nov 24 12:26:37 UTC 2011
#18467: Redirect to About WordPress page after upgrade
-----------------------------+-----------------------
Reporter: sparkweb | Owner: nacin
Type: task (blessed) | Status: accepted
Priority: normal | Milestone: 3.3
Component: Upgrade/Install | Version: 3.3
Severity: normal | Resolution:
Keywords: needs-patch |
-----------------------------+-----------------------
Comment (by ocean90):
I think reloading the textdomain could bring us some nice improvments. We
can add a info what is happing and maybe show a link for no-js.
{{{
// Load the default text localization domain.
$locale = get_locale();
load_textdomain( 'default', WP_LANG_DIR . "/$locale.mo" );
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18467#comment:24>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list