diff --git a/wp-content/themes/twentyeleven/style.css b/wp-content/themes/twentyeleven/style.css index cfa696cd15..a07b19587a 100644 --- a/wp-content/themes/twentyeleven/style.css +++ b/wp-content/themes/twentyeleven/style.css @@ -11,7 +11,7 @@ Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, ri Text Domain: twentyeleven */ -/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html +/* =Reset default browser CSS. Based on work by Eric Meyer. -------------------------------------------------------------- */ html, body, div, span, applet, object, iframe, diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index 0f2b573759..ee26c02ff7 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -55,10 +55,8 @@ Use it to make something cool, have fun, and share what you've learned with othe /** * 1.0 - Reset * - * Resetting and rebuilding styles have been helped along thanks to the fine work of - * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html - * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ - * and Blueprint http://www.blueprintcss.org/ + * Resetting and rebuilding styles have been helped along thanks to the fine + * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint. */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { diff --git a/wp-content/themes/twentyfourteen/style.css b/wp-content/themes/twentyfourteen/style.css index 0bba06068c..1f2116c169 100644 --- a/wp-content/themes/twentyfourteen/style.css +++ b/wp-content/themes/twentyfourteen/style.css @@ -53,10 +53,7 @@ Use it to make something cool, have fun, and share what you've learned with othe * 1.0 Reset * * Resetting and rebuilding styles have been helped along thanks to the fine - * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html - * along with Nicolas Gallagher and Jonathan Neal - * http://necolas.github.com/normalize.css/ and Blueprint - * http://www.blueprintcss.org/ + * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint. * * ----------------------------------------------------------------------------- */ diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 9a3749fbd7..56c3a1b569 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -12,7 +12,7 @@ Text Domain: twentyten */ -/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html +/* =Reset default browser CSS. Based on work by Eric Meyer. -------------------------------------------------------------- */ html, body, div, span, applet, object, iframe, diff --git a/wp-includes/version.php b/wp-includes/version.php index a8f826521b..a918216dc1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31453'; +$wp_version = '4.2-alpha-31454'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.