From ee3465c7ced1d5585a7f674ec3217047fd068b11 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 19 Aug 2019 15:29:15 +0300 Subject: [PATCH] Flextype Core: Entries API cleanup and refactoring --- flextype/core/Entries.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flextype/core/Entries.php b/flextype/core/Entries.php index 9adfb740..e4d815d9 100755 --- a/flextype/core/Entries.php +++ b/flextype/core/Entries.php @@ -365,7 +365,7 @@ class Entries } /** - * Rename entry. + * Rename entry * * @param string $id Entry ID * @param string $new_id New entry ID @@ -466,7 +466,7 @@ class Entries } /** - * Check whether entry exists. + * Check whether entry exists * * @param string $id Entry ID *