Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #48936, comment 2


Ignore:
Timestamp:
04/11/2025 08:49:16 PM (6 weeks ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48936, comment 2

    v1 v2  
    11Inside the core, we have the following usages from the function:
    2 - [https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php#L153 Line 150] of {{{ src/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php }}}
    3 - [https://github.com/WordPress/wordpress-develop/blob/5fd8bed76b2d102ce51f38245908fd3b6cc13441/src/wp-admin/includes/class-wp-ms-users-list-table.php#L346 346] of {{{ src/wp-admin/includes/class-wp-ms-users-list-table.php }}}
     2- [https://github.com/WordPress/wordpress-develop/blob/5fd8bed76b2d102ce51f38245908fd3b6cc13441/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php#L153 Line 150] of {{{ src/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php }}}
     3- [https://github.com/WordPress/wordpress-develop/blob/5fd8bed76b2d102ce51f38245908fd3b6cc13441/src/wp-admin/includes/class-wp-ms-users-list-table.php#L346 Line 346] of {{{ src/wp-admin/includes/class-wp-ms-users-list-table.php }}}
    44- Lines [https://github.com/WordPress/wordpress-develop/blob/5fd8bed76b2d102ce51f38245908fd3b6cc13441/src/wp-admin/edit-form-advanced.php#L248 248], [https://github.com/WordPress/wordpress-develop/blob/5fd8bed76b2d102ce51f38245908fd3b6cc13441/src/wp-admin/edit-form-advanced.php#L627 627] and [https://github.com/WordPress/wordpress-develop/blob/5fd8bed76b2d102ce51f38245908fd3b6cc13441/src/wp-admin/edit-form-advanced.php#L630 630] of {{{ src/wp-admin/edit-form-advanced.php }}}
    55- Lines [https://github.com/WordPress/wordpress-develop/blob/1111d2b9e6d71bb5506e18940518cc96adbbdb97/src/wp-includes/feed-atom-comments.php#L103 103] and [https://github.com/WordPress/wordpress-develop/blob/1111d2b9e6d71bb5506e18940518cc96adbbdb97/src/wp-includes/feed-atom-comments.php#L104 104] from {{{ src/wp-includes/feed-atom-comments.php }}}