Privacy: use the more compatible word-break: break-all;, see [43278].

Merges [43282] to the 4.9 branch.
See #44092.
Built from https://develop.svn.wordpress.org/branches/4.9@43283


git-svn-id: http://core.svn.wordpress.org/branches/4.9@43112 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2018-05-15 20:09:26 +00:00
parent d78a4944a2
commit 2062f3f891
7 changed files with 7 additions and 7 deletions

View File

@ -1136,7 +1136,7 @@ table.form-table td .updated p {
height: auto;
line-height: 1.5;
padding: 4px 10px;
word-break: break-word;
word-break: break-all;
white-space: unset;
}

File diff suppressed because one or more lines are too long

View File

@ -1136,7 +1136,7 @@ table.form-table td .updated p {
height: auto;
line-height: 1.5;
padding: 4px 10px;
word-break: break-word;
word-break: break-all;
white-space: unset;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9.6-RC1-43281';
$wp_version = '4.9.6-RC1-43283';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.