Make WordPress Core


Ignore:
Timestamp:
11/08/2021 09:53:50 PM (4 years ago)
Author:
johnjamesjacoby
Message:

Admin/Help: add commas to end of multi-line array items.

Follow up to r52053.

See #54357.

File:
1 edited

Legend:

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

    r52053 r52055  
    3636        'content' =>
    3737                '<p>' . __( 'The Privacy screen lets you either build a new privacy-policy page or choose one you already have to show.' ) . '</p>' .
    38                 '<p>' . __( 'This screen includes suggestions to help you write your own privacy policy. However, it is your responsibility to use these resources correctly, to provide the information required by your privacy policy, and to keep this information current and accurate.' ) . '</p>'
     38                '<p>' . __( 'This screen includes suggestions to help you write your own privacy policy. However, it is your responsibility to use these resources correctly, to provide the information required by your privacy policy, and to keep this information current and accurate.' ) . '</p>',
    3939    )
    4040);
Note: See TracChangeset for help on using the changeset viewer.