Skip to content

Commit c7c041d

Browse files
authored
feat: test since tag updates
1 parent 828b8cc commit c7c041d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

automation-tests.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,13 @@
1919

2020
// New Feature 1
2121

22+
/**
23+
* Testing a new feature with a since tag
24+
*
25+
* @since next-version
26+
* @deprecated @since next-version This function was deprecated when it was added because it was just a test.
27+
*/
28+
function test_since_next_version() {
29+
_deprecated_function( 'test_since_next_version', '@since next-version', '' )
30+
}
2231

0 commit comments

Comments
 (0)