Ticket #50622: 50622.patch
| File 50622.patch, 879 bytes (added by , 5 years ago) |
|---|
-
wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php
89 89 <style>{$css}</style> 90 90 </head> 91 91 <body> 92 <div id="sitemap"> 93 92 94 <div id="sitemap__header"> 93 95 <h1>{$title}</h1> 94 96 <p>{$description}</p> … … 129 131 </tbody> 130 132 </table> 131 133 </div> 134 135 </div> 132 136 </body> 133 137 </html> 134 138 </xsl:template> … … 195 199 <style>{$css}</style> 196 200 </head> 197 201 <body> 202 <div id="sitemap"> 203 198 204 <div id="sitemap__header"> 199 205 <h1>{$title}</h1> 200 206 <p>{$description}</p> … … 223 229 </tbody> 224 230 </table> 225 231 </div> 232 233 </div> 226 234 </body> 227 235 </html> 228 236 </xsl:template>