Ticket #41050: 41050.patch
| File 41050.patch, 620 bytes (added by , 9 years ago) |
|---|
-
src/wp-content/themes/twentyseventeen/assets/js/global.js
111 111 function belowEntryMetaClass( param ) { 112 112 var sidebarPos, sidebarPosBottom; 113 113 114 if ( ! $ body.hasClass( 'has-sidebar' ) || (114 if ( ! $sidebar.length || ! $body.hasClass( 'has-sidebar' ) || ( 115 115 $body.hasClass( 'search' ) || 116 116 $body.hasClass( 'single-attachment' ) || 117 117 $body.hasClass( 'error404' ) ||