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/edit-page-form.php

    r8635 r8656  
    11<?php
    2 
     2/**
     3 * Edit page form for inclusion in the administration panels.
     4 *
     5 * @package WordPress
     6 * @subpackage Administration
     7 */
     8
     9/**
     10 * Post ID global
     11 * @name $post_ID
     12 * @var int
     13 */
    314if ( ! isset( $post_ID ) )
    415    $post_ID = 0;
Note: See TracChangeset for help on using the changeset viewer.