This website requires JavaScript.
Explore
Help
Sign In
Upstream
/
WordPress
Watch
1
Star
0
Fork
0
You've already forked WordPress
mirror of
https://github.com/WordPress/WordPress.git
synced
2024-11-04 01:39:37 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
43852a57c3
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: http://svn.automattic.com/wordpress/trunk@4495 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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: http://svn.automattic.com/wordpress/trunk@6700 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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: http://svn.automattic.com/wordpress/trunk@6697 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-31 22:44:17 +01:00
require_once
(
'user-edit.php'
);
Password strength meter from MellerTime. see #4470 git-svn-id: http://svn.automattic.com/wordpress/trunk@6419 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-12-19 22:53:10 +01:00
?>
Reference in New Issue
Copy Permalink