Make WordPress Core


Ignore:
Timestamp:
10/10/2008 06:21:16 PM (16 years ago)
Author:
ryan
Message:

phpdoc for wp-admin. Props jacobsantos. see #7527

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/user-edit.php

    r9072 r9119  
    1818 * Display JavaScript for profile page.
    1919 *
    20  * @package WordPress
    21  * @subpackage Administration
     20 * @since 2.5.0
    2221 */
    2322function profile_js ( ) {
     
    102101}
    103102
    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 */
    105110function use_ssl_preference($user) {
    106111?>
Note: See TracChangeset for help on using the changeset viewer.