Changeset 9119 for trunk/wp-admin/user-edit.php
- Timestamp:
- 10/10/2008 06:21:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-edit.php
r9072 r9119 18 18 * Display JavaScript for profile page. 19 19 * 20 * @package WordPress 21 * @subpackage Administration 20 * @since 2.5.0 22 21 */ 23 22 function profile_js ( ) { … … 102 101 } 103 102 104 // Optional SSL preference that can be turned on by hooking to the 'personal_options' action 103 /** 104 * Optional SSL preference that can be turned on by hooking to the 'personal_options' action. 105 * 106 * @since 2.7.0 107 * 108 * @param object $user User data object 109 */ 105 110 function use_ssl_preference($user) { 106 111 ?>
Note: See TracChangeset
for help on using the changeset viewer.