Skip to content

Commit

Permalink
Readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darylldoyle committed Dec 9, 2024
1 parent d127b5a commit 40f16a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/registering-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 40f16a5

Please sign in to comment.