This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
Wordpress
Watch
1
Star
0
Fork
You've already forked Wordpress
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
95e19665b0
Wordpress
/
wp-admin
/
profile.php
5 lines
73 B
PHP
Raw
Normal View
History
Unescape
Escape
Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986 git-svn-id: https://develop.svn.wordpress.org/trunk@4495 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-19 08:56:05 +01:00
<
?
php
Fix profile submenu highlight. Make is_profile_page a constant so that register globals can't manipulate it. see #5736 git-svn-id: https://develop.svn.wordpress.org/trunk@6700 602fd350-edb4-49c9-b593-d223f7449a82
2008-01-31 23:03:48 +01:00
define
(
'IS_PROFILE_PAGE'
,
true
);
Merge user-edit.php and profile.php. Props nbachiyski. fixes #5736 git-svn-id: https://develop.svn.wordpress.org/trunk@6697 602fd350-edb4-49c9-b593-d223f7449a82
2008-01-31 22:44:17 +01:00
require_once
(
'user-edit.php'
);
Password strength meter from MellerTime. see #4470 git-svn-id: https://develop.svn.wordpress.org/trunk@6419 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-19 22:53:10 +01:00
?>