Twenty Seventeen fix for Travis Error
Removed semi-colo on line 46 Props swissspidy Built from https://develop.svn.wordpress.org/trunk@39184 git-svn-id: http://core.svn.wordpress.org/trunk@39124 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6c435f5afb
commit
8e3e901559
|
@ -43,7 +43,7 @@
|
|||
|
||||
if ( offsetDiff < fixedNavHeight ) {
|
||||
$( window ).scrollTo( itemScrollTop - ( fixedNavHeight + 50 ), 600);
|
||||
};
|
||||
}
|
||||
}
|
||||
} );
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.7-beta2-39183';
|
||||
$wp_version = '4.7-beta2-39184';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue