From 3f606d28b0390d11cb1c8bfbe4c558905c41a418 Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 3 Nov 2011 23:55:03 +0000 Subject: [PATCH] Yank version numbers out of translated strings. TODO decide whether this should be major version only, which probably means about.php should also contain text about x.y vs x.y.z. see #18742. git-svn-id: http://svn.automattic.com/wordpress/trunk@19140 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 8 +++++--- wp-admin/credits.php | 10 ++++++---- wp-admin/freedoms.php | 10 ++++++---- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 02377dfef..23555aac2 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -12,19 +12,21 @@ require_once( './admin.php' ); $title = __( 'About' ); $parent_file = 'index.php'; +list( $display_version ) = explode( '-', $wp_version ); + include( './admin-header.php' ); ?>
-

+

-
+