Skip to content

Commit 905f50d

Browse files
committed
Fix typo
1 parent 8a27068 commit 905f50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/class-wp-nav-menu-args-stdclass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* Nav menu arguments extending stdClass.
1313
*/
14-
class WP_Nav_Menu_Args extend stdClass {
14+
class WP_Nav_Menu_Args extends stdClass {
1515

1616
/**
1717
* Desired menu. Accepts a menu ID, slug, name, or object. Default empty.

0 commit comments

Comments
 (0)