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-post-rows.php

    r8484 r8656  
    1 <?php if ( ! defined('ABSPATH') ) die(); ?>
     1<?php
     2/**
     3 * Edit posts rows table for inclusion in administration panels.
     4 *
     5 * @package WordPress
     6 * @subpackage Administration
     7 */
     8
     9if ( ! defined('ABSPATH') ) die();
     10?>
    211<table class="widefat">
    312    <thead>
Note: See TracChangeset for help on using the changeset viewer.