Make WordPress Core


Ignore:
Timestamp:
01/20/2020 03:41:50 PM (5 years ago)
Author:
SergeyBiryukov
Message:

I18N: Add missing placeholders to some translators comments in wp-admin.

Props ramiy.
Fixes #49248.

File:
1 edited

Legend:

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

    r46811 r47093  
    457457                '<p>' . __( 'Most of the time, plugins play nicely with the core of WordPress and with other plugins. Sometimes, though, a plugin&#8217;s code will get in the way of another plugin, causing compatibility issues. If your site starts doing strange things, this may be the problem. Try deactivating all your plugins and re-activating them in various combinations until you isolate which one(s) caused the issue.' ) . '</p>' .
    458458                '<p>' . sprintf(
    459                     /* translators: WP_PLUGIN_DIR constant value. */
     459                    /* translators: %s: WP_PLUGIN_DIR constant value. */
    460460                    __( 'If something goes wrong with a plugin and you can&#8217;t use WordPress, delete or rename that file in the %s directory and it will be automatically deactivated.' ),
    461461                    '<code>' . WP_PLUGIN_DIR . '</code>'
Note: See TracChangeset for help on using the changeset viewer.