From 40f16a5d14366c13a53ea246d41a83042fc049a8 Mon Sep 17 00:00:00 2001 From: Daryll Doyle Date: Mon, 9 Dec 2024 12:20:29 +0000 Subject: [PATCH] Readme fix --- docs/registering-classes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/registering-classes.md b/docs/registering-classes.md index 98ce85ec..9e2f338d 100644 --- a/docs/registering-classes.md +++ b/docs/registering-classes.md @@ -148,7 +148,7 @@ $a_theme_class = \TenUpTheme\get_module( '\TenUpTheme\Some\Theme\Class' ); If it can't find the class, it will return `false`. -One major difference between the old way and the new way is that when calling the `get_module()` function, you pass in ~~~~the class name as a string containing the class name with its full namespace. +One major difference between the old way and the new way is that when calling the `get_module()` function, you pass in the class name as a string containing the class name with its full namespace. ## I need to control the order that my classes load