wp/wp-admin/about.php
author ymh <ymh.work@gmail.com>
Wed, 06 Nov 2013 03:21:17 +0000
changeset 0 d970ebf37754
child 5 5e2f62d02dcd
permissions -rw-r--r--
first import
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
<?php
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
/**
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
 * About This Version administration panel.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
 *
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
 * @package WordPress
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
 * @subpackage Administration
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
 */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
/** WordPress Administration Bootstrap */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
require_once( dirname( __FILE__ ) . '/admin.php' );
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
$title = __( 'About' );
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
list( $display_version ) = explode( '-', $wp_version );
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
wp_enqueue_script( 'about' );
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    17
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    18
include( ABSPATH . 'wp-admin/admin-header.php' );
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    19
?>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    20
<div class="wrap about-wrap">
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    21
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    22
<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    23
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    24
<div class="about-text"><?php echo str_replace( '3.7', $display_version, __( 'Thank you for updating to WordPress 3.7! You might not notice a thing, and we&#8217;re okay with that.' ) ); ?></div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    25
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    26
<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    27
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    28
<h2 class="nav-tab-wrapper">
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    29
	<a href="about.php" class="nav-tab nav-tab-active">
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    30
		<?php _e( 'What&#8217;s New' ); ?>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    31
	</a><a href="credits.php" class="nav-tab">
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    32
		<?php _e( 'Credits' ); ?>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    33
	</a><a href="freedoms.php" class="nav-tab">
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    34
		<?php _e( 'Freedoms' ); ?>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    35
	</a>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    36
</h2>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    37
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    38
<div class="changelog point-releases">
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    39
	<h3><?php echo _n( 'Maintenance Release', 'Maintenance Releases', 1 ); ?></h3>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    40
	<p><?php printf( _n( '<strong>Version %1$s</strong> addressed %2$s bug.',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    41
		'<strong>Version %1$s</strong> addressed %2$s bugs.', 11 ), '3.7.1', number_format_i18n( 11 ) ); ?>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    42
		<?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http://codex.wordpress.org/Version_3.7.1' ); ?>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    43
 	</p>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    44
</div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    45
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    46
<div class="changelog">
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    47
	<h3><?php _e( 'Background Updates' ); ?></h3>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    48
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    49
	<div class="feature-section col three-col about-updates">
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    50
		<div class="col-1">
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    51
			<h4><?php _e( 'Updates While You Sleep' ); ?></h4>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    52
			<p><?php _e( 'With WordPress 3.7, you don&#8217;t have to lift a finger to apply maintenance and security updates. Most sites are now able to automatically apply these updates in the background, though some configurations may not allow it.' ); ?></p>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    53
		</div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    54
		<div class="col-2">
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    55
			<img alt="" src="<?php echo admin_url( 'images/about-updates-2x.png' ); ?>" />
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    56
		</div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    57
		<div class="col-3 last-feature">
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    58
			<h4><?php _e( 'More Reliable Than Ever' ); ?></h4>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    59
			<p><?php _e( 'The update process has been made even more reliable and secure, with dozens of new checks and safeguards.' ); ?></p>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    60
			<p><?php _e( 'You&#8217;ll still need to click &#8220;Update Now&#8221; once WordPress 3.8 is released, but we&#8217;ve never had more confidence in that beautiful blue button.' ); ?></p>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    61
		</div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    62
		<?php
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    63
		if ( current_user_can( 'update_core' ) ) {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    64
			$future_minor_update = (object) array(
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    65
				'current'       => $wp_version . '.1.next.minor',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    66
				'version'       => $wp_version . '.1.next.minor',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    67
				'php_version'   => $required_php_version,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    68
				'mysql_version' => $required_mysql_version,
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    69
			);
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    70
			require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    71
			$updater = new WP_Automatic_Updater;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    72
			$can_auto_update = wp_http_supports( array( 'ssl' ) ) && $updater->should_update( 'core', $future_minor_update, ABSPATH );
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    73
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    74
			if ( $can_auto_update ) {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    75
				echo '<p class="about-auto-update cool">' . __( 'This site <strong>is</strong> able to apply these updates automatically. Cool!' ). '</p>';
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    76
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    77
			// If the updater is disabled entirely, don't show them anything.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    78
			} elseif ( ! $updater->is_disabled() ) {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    79
				echo '<p class="about-auto-update">';
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    80
				// If this is is filtered to false, they won't get emails, so don't claim we will.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    81
				// Assumption: If the user can update core, they can see what the admin email is.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    82
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    83
				/** This filter is documented in wp-admin/includes/class-wp-upgrader.php */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    84
				if ( apply_filters( 'send_core_update_notification_email', true, $future_minor_update ) ) {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    85
					printf( __( 'This site <strong>is not</strong> able to apply these updates automatically. But we&#8217;ll email %s when there is a new security release.' ), esc_html( get_site_option( 'admin_email' ) ) );
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    86
				} else {
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    87
					_e( 'This site <strong>is not</strong> able to apply these updates automatically.' );
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    88
				}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    89
				echo '</p>';
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    90
			}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    91
		}
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    92
		?>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    93
	</div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    94
</div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    95
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    96
<div class="changelog about-passwords">
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    97
	<h3><?php _e( 'Create Stronger Passwords' ); ?></h3>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    98
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    99
	<div class="feature-section col two-col">
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   100
		<div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   101
			<p><?php _e( 'Your password is your site&#8217;s first line of defense. It&#8217;s best to create passwords that are complex, long, and unique. To that end, our password meter has been updated in WordPress 3.7 to recognize common mistakes that can weaken your password: dates, names, keyboard patterns (123456789), and even pop culture references.' ); ?></p>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   102
			<p><strong><?php _e( 'Try it out on the right.' ); ?></strong></p>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   103
		</div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   104
		<div class="last-feature about-password-meter">
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   105
			<input type="password" id="pass" size="25" value="" />
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   106
			<p id="pass-strength-result" ><?php _e( 'Strength indicator' ); ?></p>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   107
			<?php printf( __( 'Getting the urge to <a href="%s">change your password</a>?' ), esc_url( self_admin_url( 'profile.php' ) ) ); ?>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   108
		</div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   109
	</div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   110
</div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   111
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   112
<div class="changelog">
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   113
	<div class="feature-section col two-col">
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   114
		<div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   115
			<h3><?php _e( 'Improved Search Results' ); ?></h3>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   116
			<p><img alt="" src="<?php echo admin_url( 'images/about-search-2x.png' ); ?>" /><?php _e( 'Search results are now ordered by how well the search query matches a post, instead of ordered only by date. For example, when your search terms match a post title, that result will be pushed to the top.' ); ?></p>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   117
		</div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   118
		<div class="last-feature">
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   119
			<h3><?php _e( 'Better Global Support' ); ?></h3>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   120
			<p><img alt="" src="<?php echo admin_url( 'images/about-globe-2x.png' ); ?>" /><?php _e( 'Localized versions of WordPress will receive faster and more complete translations. WordPress 3.7 adds support for automatically installing the right language files and keeping them up to date.' ); ?></p>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   121
		</div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   122
	</div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   123
</div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   124
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   125
<div class="changelog">
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   126
	<h3><?php _e( 'Under the Hood' ); ?></h3>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   127
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   128
	<div class="feature-section col three-col">
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   129
		<div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   130
			<h4><?php _e( 'More Background Updates (Experimental)' ); ?></h4>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   131
			<p><?php _e( 'Want WordPress to always update automatically, even for major feature releases? Want to always keep a certain plugin up to date in the background? WordPress 3.7 comes with fine-grained update controls for developers and systems administrators.' ); ?></p>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   132
		</div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   133
		<div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   134
			<h4><?php _e( 'Advanced Date Queries' ); ?></h4>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   135
			<p><?php _e( 'Developers can now query for posts within a date range, or that are older than or newer than a specific point in time. Or get really fancy: all posts written on Friday afternoons? Not&nbsp;a&nbsp;problem.' ); ?></p>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   136
		</div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   137
		<div class="last-feature">
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   138
			<h4><?php _e( 'Multisite Improvements' ); ?></h4>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   139
			<p><?php _e( '<code>wp_get_sites()</code> allows developers to easily get an array of all the sites on your network without resorting to a direct database query &mdash; just one of many improvements to multisite in WordPress 3.7.' ); ?></p>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   140
		</div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   141
</div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   142
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   143
<div class="return-to-dashboard">
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   144
	<?php if ( current_user_can( 'update_core' ) && isset( $_GET['updated'] ) ) : ?>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   145
	<a href="<?php echo esc_url( self_admin_url( 'update-core.php' ) ); ?>"><?php
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   146
		is_multisite() ? _e( 'Return to Updates' ) : _e( 'Return to Dashboard &rarr; Updates' );
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   147
	?></a> |
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   148
	<?php endif; ?>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   149
	<a href="<?php echo esc_url( self_admin_url() ); ?>"><?php
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   150
		is_blog_admin() ? _e( 'Go to Dashboard &rarr; Home' ) : _e( 'Go to Dashboard' ); ?></a>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   151
</div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   152
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   153
</div>
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   154
<?php
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   155
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   156
include( ABSPATH . 'wp-admin/admin-footer.php' );
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   157
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   158
// These are strings we may use to describe maintenance/security releases, where we aim for no new strings.
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   159
return;
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   160
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   161
_n_noop( 'Maintenance Release', 'Maintenance Releases' );
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   162
_n_noop( 'Security Release', 'Security Releases' );
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   163
_n_noop( 'Maintenance and Security Release', 'Maintenance and Security Releases' );
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   164
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   165
/* translators: 1: WordPress version number. */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   166
_n_noop( '<strong>Version %1$s</strong> addressed a security issue.',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   167
         '<strong>Version %1$s</strong> addressed some security issues.' );
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   168
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   169
/* translators: 1: WordPress version number, 2: plural number of bugs. */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   170
_n_noop( '<strong>Version %1$s</strong> addressed %2$s bug.',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   171
         '<strong>Version %1$s</strong> addressed %2$s bugs.' );
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   172
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   173
/* translators: 1: WordPress version number, 2: plural number of bugs. Singular security issue. */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   174
_n_noop( '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug.',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   175
         '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.' );
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   176
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   177
/* translators: 1: WordPress version number, 2: plural number of bugs. More than one security issue. */
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   178
_n_noop( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   179
         '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.' );
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   180
d970ebf37754 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
   181
__( 'For more information, see <a href="%s">the release notes</a>.' );