This website requires JavaScript.
Explore
Help
Sign In
WordPress-C
/
WordPress
mirror of
https://github.com/WordPress/WordPress.git
Watch
1
Star
0
Fork
You've already forked WordPress
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1ef0029be8
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 02:56:05 -05: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 17:03:48 -05: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 16:44:17 -05: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 16:53:10 -05:00
?>