mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
phpdoc for wp-admin. Props jacobsantos. see #7527
git-svn-id: https://develop.svn.wordpress.org/trunk@9119 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -17,8 +17,7 @@ else
|
||||
/**
|
||||
* Display JavaScript for profile page.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Administration
|
||||
* @since 2.5.0
|
||||
*/
|
||||
function profile_js ( ) {
|
||||
?>
|
||||
@@ -101,7 +100,13 @@ if ( !$user_id ) {
|
||||
}
|
||||
}
|
||||
|
||||
// Optional SSL preference that can be turned on by hooking to the 'personal_options' action
|
||||
/**
|
||||
* Optional SSL preference that can be turned on by hooking to the 'personal_options' action.
|
||||
*
|
||||
* @since 2.7.0
|
||||
*
|
||||
* @param object $user User data object
|
||||
*/
|
||||
function use_ssl_preference($user) {
|
||||
?>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user