Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit 9f9ba56

Browse files
committed
WP 3.8.1
1 parent 8b4de97 commit 9f9ba56

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+687
-261
lines changed

readme.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<body>
1010
<h1 id="logo">
1111
<a href="http://wordpress.org/"><img alt="WordPress" src="wp-admin/images/wordpress-logo.png" /></a>
12-
<br /> Version 3.8
12+
<br /> Version 3.8.1
1313
</h1>
1414
<p style="text-align: center">Semantic Personal Publishing Platform</p>
1515

wp-admin/about.php

+8
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@
3838
</a>
3939
</h2>
4040

41+
<div class="changelog point-releases">
42+
<h3><?php echo _n( 'Maintenance Release', 'Maintenance Releases', 1 ); ?></h3>
43+
<p><?php printf( _n( '<strong>Version %1$s</strong> addressed %2$s bug.',
44+
'<strong>Version %1$s</strong> addressed %2$s bugs.', 31 ), '3.8.1', number_format_i18n( 31 ) ); ?>
45+
<?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http://codex.wordpress.org/Version_3.8.1' ); ?>
46+
</p>
47+
</div>
48+
4149
<div class="changelog">
4250
<h2 class="about-headline-callout"><?php _e( 'Introducing a modern new&nbsp;design' ); ?></h2>
4351
<img class="about-overview-img" src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.8/overview.png?1" />

wp-admin/css/install-rtl.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ body.rtl,
305305
display: block;
306306
max-width: none;
307307
box-sizing: border-box;
308-
-mox-box-sizing: border-box;
308+
-moz-box-sizing: border-box;
309309
}
310310

311311
}

wp-admin/css/install-rtl.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wp-admin/css/install.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ body.rtl,
305305
display: block;
306306
max-width: none;
307307
box-sizing: border-box;
308-
-mox-box-sizing: border-box;
308+
-moz-box-sizing: border-box;
309309
}
310310

311311
}

wp-admin/css/install.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)