Changes between Version 1 and Version 2 of Ticket #21665, comment 16
- Timestamp:
- 08/28/12 20:34:14 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21665, comment 16
v1 v2 5 5 'name' => __('Foo Page'), 6 6 'description' => __('Bringing pages full of Foo to your face'), 7 ' capabilities' => array( 'page' => array( 'title', 'editor' ) ),7 'supports' => array( 'page' => array( 'title', 'editor' ) ), 8 8 ) ); 9 9 }}}
