We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c97411 commit f64c79bCopy full SHA for f64c79b
automation-tests.php
@@ -29,3 +29,12 @@ function test_since_next_version() {
29
_deprecated_function( 'test_since_next_version', '@since 4.2.0', '' )
30
}
31
32
+/**
33
+ * Testing a new feature with a since tag
34
+ *
35
+ * @since todo
36
+ * @deprecated @next-version This function was deprecated when it was added because it was just a test.
37
+ */
38
+function test_since_next_version_again() {
39
+ _deprecated_function( 'test_since_next_version_again', '@next-version', '' )
40
+}
0 commit comments