Make WordPress Core

Ticket #51445: 51445.diff

File 51445.diff, 2.5 KB (added by Hareesh Pillai, 5 years ago)
  • src/wp-content/themes/twentyfifteen/functions.php

     
    102102                                'caption',
    103103                                'script',
    104104                                'style',
     105                                'navigation-widgets',
    105106                        )
    106107                );
    107108
  • src/wp-content/themes/twentyfourteen/functions.php

     
    146146                                'caption',
    147147                                'script',
    148148                                'style',
     149                                'navigation-widgets',
    149150                        )
    150151                );
    151152
  • src/wp-content/themes/twentynineteen/functions.php

     
    7676                                'caption',
    7777                                'script',
    7878                                'style',
     79                                'navigation-widgets',
    7980                        )
    8081                );
    8182
  • src/wp-content/themes/twentyseventeen/functions.php

     
    7979                        'caption',
    8080                        'script',
    8181                        'style',
     82                        'navigation-widgets',
    8283                )
    8384        );
    8485
  • src/wp-content/themes/twentysixteen/functions.php

     
    108108                                'caption',
    109109                                'script',
    110110                                'style',
     111                                'navigation-widgets',
    111112                        )
    112113                );
    113114
  • src/wp-content/themes/twentythirteen/functions.php

     
    168168                        'caption',
    169169                        'script',
    170170                        'style',
     171                        'navigation-widgets',
    171172                )
    172173        );
    173174
  • src/wp-content/themes/twentytwenty/functions.php

     
    105105                        'caption',
    106106                        'script',
    107107                        'style',
     108                        'navigation-widgets',
    108109                )
    109110        );
    110111