1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-12 16:14:16 +02:00

Flextype Core: Entries API cleanup and refactoring

This commit is contained in:
Awilum
2019-08-19 15:29:15 +03:00
parent 976b80580b
commit ee3465c7ce

View File

@@ -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
*