From 2d1f457d101dded0242f1817b1cc021bb5d15cc4 Mon Sep 17 00:00:00 2001 From: Volkmar Kantor Date: Wed, 31 May 2023 18:37:21 +0200 Subject: [PATCH] fix backend screen --- crop-thumbnails.php | 4 ++-- functions/backendpreparer.php | 3 --- functions/settingsscreen.php | 2 +- readme.txt | 5 ++++- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/crop-thumbnails.php b/crop-thumbnails.php index 022ea50..41ba590 100644 --- a/crop-thumbnails.php +++ b/crop-thumbnails.php @@ -6,7 +6,7 @@ * Plugin URI: https://wordpress.org/extend/plugins/crop-thumbnails/ * Author: Volkmar Kantor * Author URI: https://www.totalmedial.de - * Version: 1.7.0 + * Version: 1.7.1 * Description: The easy way to adjust your cropped image sizes. * * @@ -28,7 +28,7 @@ */ -define('CROP_THUMBNAILS_VERSION','1.7.0'); +define('CROP_THUMBNAILS_VERSION','1.7.1'); include_once __DIR__.'/functions/enqueuejsmodule.php'; include_once __DIR__.'/functions/helper.php'; diff --git a/functions/backendpreparer.php b/functions/backendpreparer.php index 6fea2f8..13571c2 100644 --- a/functions/backendpreparer.php +++ b/functions/backendpreparer.php @@ -109,9 +109,6 @@ protected static function showCropButtonOnThisAdminPage() { * adds the links into post-types and the media-library */ function addLinksToAdmin() { - - - ?>