Make WordPress Core

Changeset 57791


Ignore:
Timestamp:
03/08/2024 02:32:43 PM (11 months ago)
Author:
SergeyBiryukov
Message:

Plugins: Remove extra space in a translatable string.

Follow-up to [57545].

Props Presskopp.
Fixes #60730.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-plugin-dependencies.php

    r57769 r57791  
    427427                sprintf(
    428428                    '<p>%1$s</p><ul>%2$s</ul><p>%3$s</p>',
    429                     __( 'These plugins cannot be activated because their requirements are invalid. ' ),
     429                    __( 'These plugins cannot be activated because their requirements are invalid.' ),
    430430                    $circular_dependency_lines,
    431431                    __( 'Please contact the plugin authors for more information.' )
Note: See TracChangeset for help on using the changeset viewer.