Skip to content

Commit 52fa7e5

Browse files
committed
WP/DeprecatedFunctions: update code comment for namespaced function calls tests
1 parent 0553652 commit 52fa7e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WordPress/Tests/WP/DeprecatedFunctionsUnitTest.2.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* Safeguard support for PHP 8.0+ tokenization of namespaced "names".
4+
* Safeguard correct handling of all types of namespaced function calls
55
*/
66
\the_category_ID();
77
MyNamespace\the_category_ID();

0 commit comments

Comments
 (0)