From 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 10:05:23 +0200 Subject: Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my familly --- srcs/wordpress/wp-includes/feed-rss2.php | 126 ------------------------------- 1 file changed, 126 deletions(-) delete mode 100644 srcs/wordpress/wp-includes/feed-rss2.php (limited to 'srcs/wordpress/wp-includes/feed-rss2.php') diff --git a/srcs/wordpress/wp-includes/feed-rss2.php b/srcs/wordpress/wp-includes/feed-rss2.php deleted file mode 100644 index 1ba7707..0000000 --- a/srcs/wordpress/wp-includes/feed-rss2.php +++ /dev/null @@ -1,126 +0,0 @@ -'; - -/** - * Fires between the xml and rss tags in a feed. - * - * @since 4.0.0 - * - * @param string $context Type of feed. Possible values include 'rss2', 'rss2-comments', - * 'rdf', 'atom', and 'atom-comments'. - */ -do_action( 'rss_tag_pre', 'rss2' ); -?> - -> - - - <?php wp_title_rss(); ?> - - - - - - - - - - - - - - <?php the_title_rss(); ?> - - - - - - ]]> - - - - - ]]> - - ]]> - - 0 ) : ?> - ]]> - - ]]> - - - - - - - - - - - - -- cgit