Changeset 1224397
- Timestamp:
- 08/19/2015 01:23:26 AM (11 years ago)
- Location:
- custom-list-table-example/trunk
- Files:
-
- 2 edited
-
list-table-example.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
custom-list-table-example/trunk/list-table-example.php
r1224257 r1224397 4 4 Plugin URI: http://www.mattvanandel.com/ 5 5 Description: A highly documented plugin that demonstrates how to create custom List Tables using official WordPress APIs. 6 Version: 1.4 6 Version: 1.4.1 7 7 Author: Matt van Andel 8 8 Author URI: http://www.mattvanandel.com … … 134 134 'ID' => 8, 135 135 'title' => '2001', 136 'rating' => ' R',136 'rating' => 'G', 137 137 'director' => 'Stanley Kubrick' 138 138 ), -
custom-list-table-example/trunk/readme.txt
r1224257 r1224397 5 5 Requires at least: 3.5 6 6 Tested up to: 4.3 7 Stable tag: 1.4 7 Stable tag: 1.4.1 8 8 9 9 A highly documented plugin that demonstrates how to create custom admin list-tables using official WordPress techniques.
Note: See TracChangeset
for help on using the changeset viewer.