Changeset 809 for trunk/wp-admin/categories.php
- Timestamp:
- 01/30/2004 02:26:22 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/categories.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/categories.php
r799 r809 136 136 137 137 <div class="wrap"> 138 <h2>Current Categories</h2>139 <table width="100%" cellpadding="3" cellspacing="3">140 <tr>141 <th scope="col">Name</th>142 <th scope="col">Description</th>143 <th scope="col"># Posts</th>144 <th colspan="2">Action</th>145 </tr>146 <?php147 cat_rows();148 ?>149 </table>150 151 </div>152 <div class="wrap">153 138 <h2>Add New Category</h2> 154 139 <form name="addcat" action="categories.php" method="post"> … … 166 151 </div> 167 152 153 <div class="wrap"> 154 <h2>Current Categories</h2> 155 <table width="100%" cellpadding="3" cellspacing="3"> 156 <tr> 157 <th scope="col">Name</th> 158 <th scope="col">Description</th> 159 <th scope="col"># Posts</th> 160 <th colspan="2">Action</th> 161 </tr> 162 <?php 163 cat_rows(); 164 ?> 165 </table> 166 167 </div> 168 168 169 169 <div class="wrap">
Note: See TracChangeset
for help on using the changeset viewer.