Skip to content

Commit 6cf4861

Browse files
authored
SCF label in "More" menu (#212)
1 parent ebc7c96 commit 6cf4861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/admin/views/global/navigation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ function acf_print_menu_section( $menu_items, $section = '' ) {
153153
<?php
154154
if ( $acf_more_items ) {
155155
if ( $more_items ) {
156-
echo '<li class="acf-more-section-header"><span class="acf-tab acf-tab-header">ACF</span></li>';
156+
echo '<li class="acf-more-section-header"><span class="acf-tab acf-tab-header">SCF</span></li>';
157157
}
158158
acf_print_menu_section( $acf_more_items, 'acf' );
159159
}

0 commit comments

Comments
 (0)