Make WordPress Core


Ignore:
Timestamp:
12/01/2009 10:05:03 PM (17 years ago)
Author:
azaozz
Message:

Swap Spam and Trash in comment action links, fixes #11258

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r12289 r12311  
    21612161
    21622162                if ( $user_can ) {
    2163                     // preorder it: Approve | Reply | Quick Edit | Edit | Trash | Spam
     2163                    // preorder it: Approve | Reply | Quick Edit | Edit | Spam | Trash
    21642164                    $actions = array(
    21652165                        'approve' => '', 'unapprove' => '',
     
    21672167                        'quickedit' => '',
    21682168                        'edit' => '',
    2169                         'trash' => '', 'untrash' => '', 'delete' => '',
    2170                         'spam' => '', 'unspam' => ''
     2169                        'spam' => '', 'unspam' => '',
     2170                        'trash' => '', 'untrash' => '', 'delete' => ''
    21712171                    );
    21722172
Note: See TracChangeset for help on using the changeset viewer.