Lines:
1 to 24 of 24
<?php /** * The XSL used to style sitemaps is essentially a bunch of * static strings. This class handles the construction of * those strings. * * @package Jetpack * @since 4.8.0 */ /* class Jetpack_Sitemap_Stylist */ /* function Jetpack_Sitemap_Stylist::sanitize_with_links() – Convert named entities, strip all HTML except anchor tags, and interpolate with vsprintf. This is a helper function for all the internationalized UI strings in this class which have to include URLs. */ /* function Jetpack_Sitemap_Stylist::sitemap_xsl() – Returns the xsl of a sitemap xml file as a string. */ /* function Jetpack_Sitemap_Stylist::sitemap_index_xsl() – Returns the xsl of a sitemap index xml file as a string. */ /* function Jetpack_Sitemap_Stylist::image_sitemap_xsl() – Returns the xsl of an image sitemap xml file as a string. */ /* function Jetpack_Sitemap_Stylist::video_sitemap_xsl() – Returns the xsl of a video sitemap xml file as a string. */ /* function Jetpack_Sitemap_Stylist::news_sitemap_xsl() – Returns the xsl of a news sitemap xml file as a string. */ /* function Jetpack_Sitemap_Stylist::sitemap_xsl_css() – The CSS to be included in sitemap xsl stylesheets; factored out for uniformity. */