Plugin Directory

Changeset 1078571

Timestamp:
01/29/2015 09:23:11 PM (10 years ago)
Author:
eoigal
Message:

l18n best practise recommends argument swapping as placeholders in strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • akismet/trunk/views/config.php

    r1019842 r1078571  
    9696                                                    printf(
    9797                                                        _n(
    98                                                             'Spam in the <a href="%s">spam folder</a> older than 1 day is deleted automatically.',
     98                                                            'Spam in the <a href="%s">spam folder</a> older than 1 day is deleted automatically.',
    9999                                                            'Spam in the <a href="%1$s">spam folder</a> older than %2$d days is deleted automatically.',
    100100                                                            $delete_interval,
Note: See TracChangeset for help on using the changeset viewer.