Skip to content

Commit

Permalink
fixed rebase bug
Browse files Browse the repository at this point in the history
  • Loading branch information
robfelty committed Nov 5, 2024
1 parent 3a3d75e commit 7025e61
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions projects/plugins/search/jetpack-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@
define( 'JETPACK_SEARCH_PLUGIN__FILE', __FILE__ );
define( 'JETPACK_SEARCH_PLUGIN__FILE_RELATIVE_PATH', plugin_basename( __FILE__ ) );
define( 'JETPACK_SEARCH_PLUGIN__SLUG', 'jetpack-search' );
<<<<<<< HEAD
define( 'JETPACK_SEARCH_PLUGIN__VERSION', '3.0.1' );
=======
define( 'JETPACK_SEARCH_PLUGIN__VERSION', '2.2.0-alpha' );
>>>>>>> 12e5b707eb (updated version numbers)

defined( 'JETPACK_CLIENT__AUTH_LOCATION' ) || define( 'JETPACK_CLIENT__AUTH_LOCATION', 'header' );

defined( 'JETPACK__API_BASE' ) || define( 'JETPACK__API_BASE', 'https://jetpack.wordpress.com/jetpack.' );
Expand Down

0 comments on commit 7025e61

Please sign in to comment.