@pfefferle Happy Birthday!
Kategorie: Uncategorized
-
Trying out my new connection.

-
@florianziegler @wordcampka @pfefferle @christopher @Zodiac1978 @2ndkauboy WordKAmp! I love it!
-
@andyfragen Most of it happens on the Jetpack side in https://github.com/Automattic/jetpack/tree/trunk/projects/packages/scheduled-updates. When a schedule executes it pings Dotcom to handle the upgrade routine. After some preflight checks in sends an update request back to the site in https://github.com/Automattic/jetpack/blob/trunk/projects/plugins/jetpack/json-endpoints/jetpack/class.jetpack-json-api-plugins-modify-endpoint.php#L384 and follows up with health check, logging, sending out notification emails, etc
-
@andyfragen WP Cloud offers WP CLI on the server level, so that's what we use to downgrade the plugin via SSH when a site is unresponsive after an update.
-
Welcome to WordPress! This is your first post. Edit or delete it to take the first step in your blogging journey.
-
There are many different ways to use the web besides a mouse and a pair of eyes. Users navigate for example with a keyboard only or with their voice.
All the functionality, including menus, links and forms should work using a keyboard only. This is essential for all assistive technology to work properly. The only way to test this, at the moment, is manually. The best time to test this is during development.
How to keyboard test:
Tab through your pages, links and forms to do the following tests:
- Confirm that all links can be reached and activated via keyboard, including any in dropdown submenus.
- Confirm that all links get a visible focus indicator (e.g., a border highlight).
- Confirm that all visually hidden links (e.g. skip links) become visible when in focus.
- Confirm that all form input fields and buttons can be accessed and used via keyboard.
- Confirm that all interactions, buttons, and other controls can be triggered via keyboard — any action you can complete with a mouse must also be performable via keyboard.
- Confirm that focus doesn’t move in unexpected ways around the page.
- Confirm that using shift+tab to move backwards works as well.
Resources