Skip to content

Commit

Permalink
Updated package versions for automattic/jetpack
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Dec 16, 2024
1 parent 5f2cd4b commit 95c266d
Show file tree
Hide file tree
Showing 411 changed files with 8,217 additions and 5,718 deletions.
3 changes: 0 additions & 3 deletions 3rd-party/3rd-party.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
* This is a refactor of load_3rd_party() to load the individual compat files only when needed instead of universally.
*/
function load_3rd_party_compat_filters() {
// SalesForce
// @todo This one probably makes more sense to move to the Forms package (and the module until it is fully deprecated).
require_once JETPACK__PLUGIN_DIR . '/3rd-party/class-salesforce-lead-form.php'; // not a module but the handler for Salesforce forms

// bbPress
if ( function_exists( 'bbpress' ) ) {
Expand Down
149 changes: 0 additions & 149 deletions 3rd-party/class-salesforce-lead-form.php

This file was deleted.

9 changes: 5 additions & 4 deletions 3rd-party/debug-bar/debug-bar.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/* global jQuery, JSON */
/* global jQuery */
/* eslint no-var: "off" */

( function( $ ) {
$( document ).ready( function() {
$( '.jetpack-search-debug-bar .json-toggle-wrap .toggle' ).click( function() {
( function ( $ ) {
$( document ).ready( function () {
$( '.jetpack-search-debug-bar .json-toggle-wrap .toggle' ).click( function () {
var t = $( this ),
wrap = t.closest( '.json-toggle-wrap' ),
pre = wrap.find( 'pre' ),
Expand Down
Loading

0 comments on commit 95c266d

Please sign in to comment.