Show
Ignore:
Timestamp:
08/16/08 07:27:34 (3 months ago)
Author:
westi
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/edit-link-category-form.php

    r7896 r8656  
    11<?php 
     2/** 
     3 * Edit link category form for inclusion in administration panels. 
     4 * 
     5 * @package WordPress 
     6 * @subpackage Administration 
     7 */ 
     8 
    29if ( ! empty($cat_ID) ) { 
     10    /** 
     11     * @var string 
     12     */ 
    313    $heading = __('Edit Category'); 
    414    $submit_text = __('Edit Category');