Skip to content

Commit 1c1a584

Browse files
committed
Fixed @sinceannotation to follow the steps of #129
1 parent 2af1415 commit 1c1a584

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

assets/src/js/commands/admin-commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* This file registers navigation commands for all primary SCF admin screens,
66
* enabling quick access through the WordPress commands interface (Cmd+K / Ctrl+K).
77
*
8-
* @since 6.5.0
8+
* @since SCF 6.5.0
99
*/
1010

1111
/**

assets/src/js/commands/custom-post-type-commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Post type data is provided via acf.data.customPostTypes, which is populated
99
* by the PHP side after capability checks ensure the user has appropriate access.
1010
*
11-
* @since 6.5.0
11+
* @since SCF 6.5.0
1212
*/
1313

1414
/**

includes/admin/admin-commands.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* for each specific post type.
2424
* 5. Post types must have UI enabled (show_ui setting) to appear in commands.
2525
*
26-
* @since 6.5.0
26+
* @since SCF 6.5.0
2727
*/
2828
function acf_commands_init() {
2929
// Ensure we only load our commands where the WordPress commands API is available.

0 commit comments

Comments
 (0)