Make WordPress Core


Ignore:
Timestamp:
06/02/2024 09:05:51 PM (9 months ago)
Author:
audrasjb
Message:

I18n: Add more context to the overall use of none in translatable strings.

Because none doesn't convey the same meaning all the time.

Props tobifjellner, audrasjb, SergeyBiryukov, shailu25.
Fixes #50087.

File:
1 edited

Legend:

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

    r58234 r58284  
    706706    $show_option_none = '';
    707707    if ( $optionnone )
    708         $show_option_none = __('None');
     708    $show_option_none = _x( 'None', 'Categories dropdown (show_option_none parameter)' );
    709709
    710710    $vars = compact('show_option_all', 'show_option_none', 'orderby', 'order',
Note: See TracChangeset for help on using the changeset viewer.