Make WordPress Core

Ticket #62859: 62859.diff

File 62859.diff, 405 bytes (added by ankitpatel1578, 13 months ago)

Patch Created

  • src/wp-includes/widgets.php

    diff --git a/src/wp-includes/widgets.php b/src/wp-includes/widgets.php
    index aa17656507..22064984a8 100644
    a b  
    33 * Core Widgets API
    44 *
    55 * This API is used for creating dynamic sidebar without hardcoding functionality into
    6  * themes
     6 * themes.
    77 *
    88 * Includes both internal WordPress routines and theme-use routines.
    99 *