Make WordPress Core

Ticket #50622: 50622.patch

File 50622.patch, 879 bytes (added by ramiy, 5 years ago)
  • wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php

     
    8989                                <style>{$css}</style>
    9090                        </head>
    9191                        <body>
     92                                <div id="sitemap">
     93
    9294                                <div id="sitemap__header">
    9395                                        <h1>{$title}</h1>
    9496                                        <p>{$description}</p>
     
    129131                                                </tbody>
    130132                                        </table>
    131133                                </div>
     134
     135                                </div>
    132136                        </body>
    133137                </html>
    134138        </xsl:template>
     
    195199                                <style>{$css}</style>
    196200                        </head>
    197201                        <body>
     202                                <div id="sitemap">
     203
    198204                                <div id="sitemap__header">
    199205                                        <h1>{$title}</h1>
    200206                                        <p>{$description}</p>
     
    223229                                                </tbody>
    224230                                        </table>
    225231                                </div>
     232
     233                                </div>
    226234                        </body>
    227235                </html>
    228236        </xsl:template>