parent
fdd92dbfff
commit
c3526afe40
|
|
@ -58,20 +58,20 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||||
<h3><?php _e("用户绑定信息", "blank"); ?></h3>
|
<h3><?php _e("用户绑定信息", "blank"); ?></h3>
|
||||||
|
|
||||||
<table class="form-table">
|
<table class="form-table">
|
||||||
<!-- <tr>-->
|
<tr>
|
||||||
<!-- <th><label for="huayi_openid">--><?php //_e("OpenID"); ?><!--</label></th>-->
|
<th><label for="huayi_openid"><?php _e("OpenID"); ?></label></th>
|
||||||
<!-- <td>-->
|
<td>
|
||||||
<!-- <input type="text" name="huayi_openid" id="huayi_openid" value="--><?php //echo esc_attr( get_the_author_meta( 'huayi_openid', $user->ID ) ); ?><!--" class="regular-text" /><br />-->
|
<input type="text" name="huayi_openid" id="huayi_openid" value="<?php echo esc_attr( get_the_author_meta( 'huayi_openid', $user->ID ) ); ?>" class="regular-text" /><br />
|
||||||
<!-- <span class="description">--><?php //_e("请勿随意修改"); ?><!--</span>-->
|
<span class="description"><?php _e("请勿随意修改"); ?></span>
|
||||||
<!-- </td>-->
|
</td>
|
||||||
<!-- </tr>-->
|
</tr>
|
||||||
<!-- <tr>-->
|
<tr>
|
||||||
<!-- <th><label for="huayi_unionid">--><?php //_e("UnionID"); ?><!--</label></th>-->
|
<th><label for="huayi_unionid"><?php _e("UnionID"); ?></label></th>
|
||||||
<!-- <td>-->
|
<td>
|
||||||
<!-- <input type="text" name="huayi_unionid" id="huayi_unionid" value="--><?php //echo esc_attr( get_the_author_meta( 'huayi_unionid', $user->ID ) ); ?><!--" class="regular-text" /><br />-->
|
<input type="text" name="huayi_unionid" id="huayi_unionid" value="<?php echo esc_attr( get_the_author_meta( 'huayi_unionid', $user->ID ) ); ?>" class="regular-text" /><br />
|
||||||
<!-- <span class="description">--><?php //_e("请勿随意修改"); ?><!--</span>-->
|
<span class="description"><?php _e("请勿随意修改"); ?></span>
|
||||||
<!-- </td>-->
|
</td>
|
||||||
<!-- </tr>-->
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><label for="huayi_uid"><?php _e("Uid"); ?></label></th>
|
<th><label for="huayi_uid"><?php _e("Uid"); ?></label></th>
|
||||||
<td>
|
<td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue