mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- small texts changes;
This commit is contained in:
@@ -72,9 +72,9 @@ class UM_Menu_Item_Custom_Fields_Editor {
|
||||
<div class="um-nav-edit">
|
||||
|
||||
<div class="clear"></div>
|
||||
|
||||
<div class="um-nav-edit-h2"><?php _e( "UltimateMember Menu Settings", 'ultimate-member' ) ?></div>
|
||||
|
||||
|
||||
<h4 style="margin-bottom: 0.6em;"><?php _e( "Ultimate Member Menu Settings", 'ultimate-member' ) ?></h4>
|
||||
|
||||
<?php foreach ( self::$fields as $_key => $label ) {
|
||||
$key = sprintf('menu-item-%s', $_key);
|
||||
$id = sprintf('edit-%s-%s', $key, $item->ID);
|
||||
|
||||
Reference in New Issue
Block a user