Skip to content

Commit 453dab5

Browse files
authored
Minor edits
1 parent e56046c commit 453dab5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/features/field/nav_menu/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## Common Use Cases
1313

14-
1. Use to output wordpress menu anywhere
14+
1. Use to output WordPress navigation menu anywhere.
1515

1616
## Tips
1717

includes/fields/class-acf-field-nav-menu.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This is a PHP file containing the code for the acf_field_nav_menu class.
44
*
55
* @package wordpress/secure-custom-fields
6-
* @since 6.4.1
6+
* @since 6.5.0
77
*/
88

99
if ( ! class_exists( 'Acf_Field_Nav_Menu' ) ) :
@@ -17,7 +17,7 @@ class Acf_Field_Nav_Menu extends acf_field {
1717
*
1818
* @type function
1919
* @date 5/03/2014
20-
* @since ACF 6.4.1
20+
* @since 6.5.0
2121
*/
2222
public function initialize() {
2323

0 commit comments

Comments
 (0)