mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Language Packs: Many many fixes such as:
- Add a "Update Translations" stand-alone button to the updates page - Shift Language feedback to before update process completion action links & limit the verbosity of output (name + success/errors) - Simplify/combine the language update descriptive string to only include a plugin/theme name - Properly handle cache clearing after language updates to prevent langs being repeditively updated - Display a "All items up to date" string when there's nothing to do - Reduce the 'Connection Information' from a <h2> to a <h3> to remove duplicate h2's and screen icons from update screens - Fix the Direct filesystem method not being used for Language updates because WP_LANG_DIR doesn't exist (check it's parent for writable instead) See #18200, #22704 git-svn-id: https://develop.svn.wordpress.org/trunk@25806 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -6636,6 +6636,14 @@ body.iframe {
|
||||
height: 98%;
|
||||
}
|
||||
|
||||
/* Upgrader styles, Specific to Language Packs */
|
||||
.lp-show-latest p {
|
||||
display: none;
|
||||
}
|
||||
.lp-show-latest p:last-child,
|
||||
.lp-show-latest .lp-error p {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* - Only used once or twice in all of WP - deprecate for global style
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user