Make WordPress Core

Changeset 18613


Ignore:
Timestamp:
08/28/2011 03:39:06 AM (13 years ago)
Author:
dd32
Message:

Display 'Edit Media' instead of 'Edit Post' for Attachments/Media in the admin bar. Props johnbillion. Fixes #18529

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post.php

    r18546 r18613  
    5252        'labels' => array(
    5353            'name' => __( 'Media' ),
     54            'edit_item' => __( 'Edit Media' ),
    5455        ),
    5556        'public' => true,
Note: See TracChangeset for help on using the changeset viewer.