Dismiss the welcome screen. There’s an “x” in the top right of the box, or in the Screen Options Tab, uncheck the “Welcome” box.
There is no X in the top right, only a ‘Howdy Webmaster’. I went into screen options tab from the dashboard. The options are “At a glance’, ‘Activities’, ‘Quick Draft’, ‘WordPress News’ and ‘Welcome’. The last two are unticked but I still get the 4.1.1. screen when I open.
You could use this plugin to handle default landing pages when users are logged in. You can even set role-specific login and logout redirects: https://ww.wp.xz.cn/plugins/peters-login-redirect/
It is in the admin area, not the user area.
Is the url in your address bar /yoursite.com/wp-admin/about.php ? If it is, it’s pretty odd that it returns after running once. Scroll down to the bottom of that page and see if clicking on the “Go to Dashboard → Home” link removes it for good. If not, are you using any caching plugins – or have you tried temporarily disabling ALL of your plugins to see if the symptom changes?
It is in the admin area, not the user area.
That plugin would work even for backend urls.
Found the problem. I use Roboform and must have saved the update link at some point. The URL was
http://mycomment.com.au/wp-login.php?redirect_to=http%3A%2F%2Fmycomment.com.au%2Fwp-admin%2Fabout.php%3Fupdated&reauth=1
Once I removed the last bit, it works fine. Thanks to all those people who offered advice.