Fix class not found errors

This commit is contained in:
David Stone
2024-12-28 23:26:14 -07:00
parent 5896a993aa
commit b994a75db3
10 changed files with 15 additions and 15 deletions

View File

@ -570,7 +570,7 @@ class Site_Actions_Element extends Base_Element {
*
* @since 2.0.21
*
* @return void|WP_Error Void or WP_Error.
* @return void|\WP_Error Void or WP_Error.
*/
public function handle_delete_site() {

View File

@ -278,7 +278,7 @@ class Template_Switching_Element extends Base_Element {
*
* @since 2.0.4
*
* @return json|WP_Error Switch template response.
* @return json|\WP_Error Switch template response.
*/
public function switch_template() {