Make WordPress Core


Ignore:
Timestamp:
01/15/2016 10:28:15 PM (9 years ago)
Author:
ocean90
Message:

Media: Update some attach/detach strings in the columns view.

  • Show a "Media attachment reattached."/"Media attachment detached." message when only one attachment was attached/detached.
  • Use the string placeholder as number_format_i18n() returns a string.
  • Add translator comments.
  • Update help text to refer to the new dropdown menus.
  • Add a more generic title to the attach modal.

Fixes #33237.

File:
1 edited

Legend:

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

    r36092 r36328  
    14841484    <div id="find-posts" class="find-box" style="display: none;">
    14851485        <div id="find-posts-head" class="find-box-head">
    1486             <?php _e( 'Find Posts or Pages' ); ?>
     1486            <?php _e( 'Attach to existing content' ); ?>
    14871487            <div id="find-posts-close"></div>
    14881488        </div>
Note: See TracChangeset for help on using the changeset viewer.