Make WordPress Core

Ticket #49295: 49295-strings.patch

File 49295-strings.patch, 793 bytes (added by marybaum, 5 years ago)

Strings patch for aout.php

  • about-patch.dev.cc/wp-admin/about.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    368368                                <?php
    369369                                        printf(
    370370                                        /* translators: %s: Link to the relevant developer notes. */
    371                                                 __( '' ),
     371                                                __( 'And delete_posts finally has a permanent home in get_post_type_capabilities —no matter what value you declare in map_meta_cap. That’s one PHP notice you’ll never see again!' ),
    372372                                                'https://make.wordpress.org/core/2020/02/25/wordpress-5-4-introduces-new-hooks-to-add-custom-fields-to-menu-items//'
    373373                                        );
    374374                                ?>