WordPress Cluster 6.44.2

  • Advertising 1.2.0
      • InSkin width adjustment
        • change this
          
          dfp.targeting( 'inskin_yes', ( screen.width >= 1460 ? 'true' : 'false' ) );
          
          to this
          
          dfp.targeting( 'inskin_yes', ( screen.width >= 1255 ? 'true' : 'false' ) );

          [DESK-2521]

PR: https://github.com/dc-thomson/wordpress/pull/1591