Make WordPress Core

Changeset 46437


Ignore:
Timestamp:
10/08/2019 05:02:23 PM (5 years ago)
Author:
SergeyBiryukov
Message:

I18N: Add context for the Archives string introduced in [45651] as a file type heading, to disambiguate from other types of archives.

Props alexclassroom.
Fixes #48259.

File:
1 edited

Legend:

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

    r46426 r46437  
    27522752        ),
    27532753        'archive'     => array(
    2754             __( 'Archives' ),
     2754            _x( 'Archives', 'file type group' ),
    27552755            __( 'Manage Archives' ),
    27562756            /* translators: %s: Number of archives. */
Note: See TracChangeset for help on using the changeset viewer.