Make WordPress Core


Ignore:
Timestamp:
08/16/2008 07:27:34 AM (18 years ago)
Author:
westi
Message:

More phpdoc updates for wp-adming. See #7496 props santosj.

File:
1 edited

Legend:

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

    r8600 r8656  
    11<?php
    2 
     2/**
     3 * Edit user administration panel.
     4 *
     5 * @package WordPress
     6 * @subpackage Administration
     7 */
     8
     9/** WordPress Administration Bootstrap */
    310require_once('admin.php');
    411
     
    815        $is_profile_page = false;
    916
     17/**
     18 * Display JavaScript for profile page.
     19 *
     20 * @package WordPress
     21 * @subpackage Administration
     22 */
    1023function profile_js ( ) {
    1124?>
Note: See TracChangeset for help on using the changeset viewer.