Make WordPress Core

Changes between Initial Version and Version 4 of Ticket #54638


Ignore:
Timestamp:
12/17/2021 12:49:56 AM (3 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54638

    • Property Severity changed from major to normal
    • Property Milestone changed from Awaiting Review to 5.9
  • Ticket #54638 – Description

    initial v4  
    1010https://build.trac.wordpress.org/browser/trunk/wp-includes/js/dist/editor.js?marks=5220#L5220
    1111
    12   const entityLabel = name === 'wp_template_part' ? Object(external_wp_i18n_["_n"])('Template Part', 'Template Parts', list.length) : entity.label; // Set description based on type of entity.
     12`const entityLabel = name === 'wp_template_part' ? Object(external_wp_i18n_["_n"])('Template Part', 'Template Parts', list.length) : entity.label; // Set description based on type of entity.`
    1313
    1414https://build.trac.wordpress.org/browser/trunk/wp-includes/js/dist/block-library.js?marks=38830#L38830