Ticket #62859: 62859.diff
| File 62859.diff, 405 bytes (added by , 13 months ago) |
|---|
-
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 3 3 * Core Widgets API 4 4 * 5 5 * This API is used for creating dynamic sidebar without hardcoding functionality into 6 * themes 6 * themes. 7 7 * 8 8 * Includes both internal WordPress routines and theme-use routines. 9 9 *