Make WordPress Core


Ignore:
Timestamp:
08/30/2015 03:09:25 AM (11 years ago)
Author:
wonderboymusic
Message:

Favor using the consistent and agnostic string 'Attach' over 'Attach to a post' in the media list table.

Props pavelevap.
Fixes #33515.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-media-list-table.php

    r33644 r33810  
    128128
    129129                if ( $this->detached )
    130                         $actions['attach'] = __( 'Attach to a post' );
     130                        $actions['attach'] = __( 'Attach' );
    131131
    132132                return $actions;
Note: See TracChangeset for help on using the changeset viewer.