Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
9e961ff0
authored
2011-04-04 16:21:07 +0000
by
Kevin Burton
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
merged 204 into tags 0.4
1 parent
59d538b7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
com/UserManager/views/edit_user_profile.php
com/UserManager/views/edit_user_profile.php
View file @
9e961ff
...
...
@@ -48,7 +48,7 @@ $preference = get_user_meta($user->ID, 'email_address_preference', true);
<td><input
type=
"text"
name=
"first_name"
value=
"
<?php
echo
get_user_meta
(
$_GET
[
'uid'
],
'first_name'
,
true
);
?>
"
/></td>
</tr>
<tr>
<th
width=
"150"
>
Initial
:
</th>
<th
>
Middle Name
:
</th>
<td><input
type=
"text"
name=
"initial"
value=
"
<?php
echo
get_user_meta
(
$_GET
[
'uid'
],
'initial'
,
true
);
?>
"
/></td>
</tr>
<tr>
...
...
Please
register
or
sign in
to post a comment