Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#48864 closed defect (bug) (fixed)

i18n: Use %s placeholders in wp-admin/includes/class-wp-debug-data.php

Reported by: ramiy's profile ramiy Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 5.4 Priority: normal
Severity: normal Version:
Component: I18N Keywords: has-screenshots has-patch
Focuses: administration Cc:

Description

Replace .htaccess files with %s placeholders in translation strings.

Attachments (2)

48864.png (50.1 KB) - added by ramiy 5 years ago.
48864.patch (863 bytes) - added by ramiy 5 years ago.

Download all attachments as: .zip

Change History (5)

@ramiy
5 years ago

@ramiy
5 years ago

#1 @ramiy
5 years ago

  • Keywords has-screenshots has-patch added

Old Strings:

  • Custom rules have been added to your .htaccess file.
  • Your .htaccess file contains only core WordPress features.

New Strings:

  • Custom rules have been added to your %s file.
  • Your %s file contains only core WordPress features.

#2 @SergeyBiryukov
5 years ago

  • Milestone changed from Awaiting Review to 5.4

#3 @SergeyBiryukov
5 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 47345:

I18N: Replace .htaccess with placeholders in the strings for Site Health custom rules check.

Props ramiy.
Fixes #48864.

Note: See TracTickets for help on using tickets.