Make WordPress Core

Ticket #41410: 41410.diff

File 41410.diff, 515 bytes (added by dlh, 7 years ago)
  • src/wp-includes/theme.php

     
    19461946        $core_content = array(
    19471947                'widgets' => array(
    19481948                        'text_business_info' => array( 'text', array(
     1949                                'filter' => 'content',
    19491950                                'title' => _x( 'Find Us', 'Theme starter content' ),
    19501951                                'text' => join( '', array(
    19511952                                        '<p><strong>' . _x( 'Address', 'Theme starter content' ) . '</strong><br />',