Changeset 12311 for trunk/wp-admin/includes/template.php
- Timestamp:
- 12/01/2009 10:05:03 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r12289 r12311 2161 2161 2162 2162 if ( $user_can ) { 2163 // preorder it: Approve | Reply | Quick Edit | Edit | Trash | Spam2163 // preorder it: Approve | Reply | Quick Edit | Edit | Spam | Trash 2164 2164 $actions = array( 2165 2165 'approve' => '', 'unapprove' => '', … … 2167 2167 'quickedit' => '', 2168 2168 'edit' => '', 2169 ' trash' => '', 'untrash' => '', 'delete' => '',2170 ' spam' => '', 'unspam' => ''2169 'spam' => '', 'unspam' => '', 2170 'trash' => '', 'untrash' => '', 'delete' => '' 2171 2171 ); 2172 2172
Note: See TracChangeset
for help on using the changeset viewer.