From 2f9c67878efed715352d07c83226fd0c06cc7ff1 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 30 Jul 2013 20:26:32 +0000 Subject: [PATCH] About page: Fix jQuery version # and decouple this from the string, as we had done in WP 3.3. see #24832. git-svn-id: https://develop.svn.wordpress.org/trunk@24900 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/about.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 053c674124..35bb9b12a8 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -114,7 +114,9 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-

MediaElement.js, jQuery 1.10, jQuery UI 1.10.3, jQuery Migrate, Backbone 1.0.' ), 'http://mediaelementjs.com/' ); ?>

+

MediaElement.js, jQuery %2$s, jQuery UI %3$s, jQuery Migrate, Backbone %4$s.' ), 'http://mediaelementjs.com/', '1.10.2', '1.10.3', '1.0' ); ?>