Make WordPress Core


Ignore:
Timestamp:
08/16/2008 07:27:34 AM (16 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/options.php

    r7883 r8656  
    11<?php
     2/**
     3 * Options Management Administration Panel.
     4 *
     5 * Just allows for displaying of options.
     6 *
     7 * This isn't referenced or linked to, but will show all of the options and
     8 * allow editing. The issue is that serialized data is not supported to be
     9 * modified. Options can not be removed.
     10 *
     11 * @package WordPress
     12 * @subpackage Administration
     13 */
     14
     15/** WordPress Administration Bootstrap */
    216require_once('admin.php');
    317
Note: See TracChangeset for help on using the changeset viewer.