Dominik Schilling 2015-03-17 12:18:33 +00:00
parent 51548f5e9d
commit 9a73d487ee
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Press This TinyMCE editor styles :)
/**
* Links
*/
@import url("//fonts.googleapis.com.css?family=Open+Sans:400italic,700italic,400,600,700");
@import url("//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,600,700");
a {
color: #0074a2;
}

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-beta1-31801';
$wp_version = '4.2-beta1-31802';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.