Make WordPress Core


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

    r8365 r8656  
    11<?php
     2/**
     3 * Permalink settings administration panel.
     4 *
     5 * @package WordPress
     6 * @subpackage Administration
     7 */
     8
     9/** WordPress Administration Bootstrap */
    210require_once('admin.php');
    311
     
    513$parent_file = 'options-general.php';
    614
     15/**
     16 * Display JavaScript on the page.
     17 *
     18 * @package WordPress
     19 * @subpackage Permalink_Settings_Panel
     20 */
    721function add_js() {
    822?>
Note: See TracChangeset for help on using the changeset viewer.