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 1a8a4b8 commit a4ac1ecCopy full SHA for a4ac1ec
automation-tests.php
@@ -38,3 +38,13 @@ function test_since_next_version() {
38
function test_since_next_version_again() {
39
_deprecated_function( 'test_since_next_version_again', '4.3.0', '' )
40
}
41
+
42
+/**
43
+ * Testing a new feature with a since tag
44
+ *
45
+ * @since next-version
46
+ * @deprecated @next-version This function was deprecated when it was added because it was just a test.
47
+ */
48
+function test_since_next_version_again_2() {
49
+ _deprecated_function( 'test_since_next_version_again_2', '@next-version', '' )
50
+}
0 commit comments