Make WordPress Core

Ticket #64514: 64514.patch

File 64514.patch, 512 bytes (added by shailu25, 8 months ago)

Patch Added

  • src/wp-admin/includes/class-walker-category-checklist.php

    diff --git a/src/wp-admin/includes/class-walker-category-checklist.php b/src/wp-admin/includes/class-walker-category-checklist.php
    index 7960d06114..d7be935f66 100644
    a b class Walker_Category_Checklist extends Walker {  
    2626        /**
    2727         * Starts the list before the elements are added.
    2828         *
    29          * @see Walker:start_lvl()
     29         * @see Walker::start_lvl()
    3030         *
    3131         * @since 2.5.1
    3232         *