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 6f0ee35 commit 75b145eCopy full SHA for 75b145e
automation-tests.php
@@ -48,3 +48,13 @@ function test_since_next_version_again() {
48
function test_since_next_version_again_2() {
49
_deprecated_function( 'test_since_next_version_again_2', '4.4.0', '' )
50
}
51
+
52
+/**
53
+ * Testing a new feature with a since tag
54
+ *
55
+ * @since @next-version
56
+ * @deprecated @next-version This function was deprecated when it was added because it was just a test.
57
+ */
58
+function test_since_next_version_again_3() {
59
+ _deprecated_function( 'test_since_next_version_again_2', '@next-version', '' )
60
+}
0 commit comments