Skip to content
  • Features
  • Business
  • Explore
  • Marketplace
  • Pricing
Sign in or Sign up
  • Watch 1,376
  • Star 10,847
  • Fork 6,426

WordPress/WordPress

Code Pull requests 0 Projects 0 Insights
Permalink
Switch branches/tags
  • Branches
  • Tags
1.5-branch 2.0-branch 2.1-branch 2.2-branch 2.3-branch 2.5-branch 2.6-branch 2.7-branch 2.8-branch 2.9-branch 3.0-branch 3.1-branch 3.2-branch 3.3-branch 3.4-branch 3.5-branch 3.6-branch 3.7-branch 3.8-branch 3.9-branch 4.0-branch 4.1-branch 4.2-branch 4.3-branch 4.4-branch 4.5-branch 4.6-branch 4.7-branch 4.8-branch 4.9-branch master
Nothing to show
4.9.5 4.9.4 4.9.3 4.9.2 4.9.1 4.9 4.8.6 4.8.5 4.8.4 4.8.3 4.8.2 4.8.1 4.8 4.7.10 4.7.9 4.7.8 4.7.7 4.7.6 4.7.5 4.7.4 4.7.3 4.7.2 4.7.1 4.7 4.6.11 4.6.10 4.6.9 4.6.8 4.6.7 4.6.6 4.6.5 4.6.4 4.6.3 4.6.2 4.6.1 4.6 4.5.14 4.5.13 4.5.12 4.5.11 4.5.10 4.5.9 4.5.8 4.5.7 4.5.6 4.5.5 4.5.4 4.5.3 4.5.2 4.5.1 4.5 4.4.15 4.4.14 4.4.13 4.4.12 4.4.11 4.4.10 4.4.9 4.4.8 4.4.7 4.4.6 4.4.5 4.4.4 4.4.3 4.4.2 4.4.1 4.4 4.3.16 4.3.15 4.3.14 4.3.13 4.3.12 4.3.11 4.3.10 4.3.9 4.3.8 4.3.7 4.3.6 4.3.5 4.3.4 4.3.3 4.3.2 4.3.1 4.3 4.2.20 4.2.19 4.2.18 4.2.17 4.2.16 4.2.15 4.2.14 4.2.13 4.2.12 4.2.11 4.2.10 4.2.9 4.2.8 4.2.7 4.2.6 4.2.5
Nothing to show
Find file Copy path
WordPress/wp-feed.php
Fetching contributors…
Cannot retrieve contributors at this time
Raw Blame History
11 lines (7 sloc) 120 Bytes
<?php
if (empty($doing_rss)) {
$doing_rss = 1;
require(dirname(__FILE__) . '/wp-blog-header.php');
}
do_feed();
?>
  • Copy lines
  • Copy permalink
  • View git blame
  • © 2018 GitHub, Inc.
  • Terms
  • Privacy
  • Security
  • Status
  • Help
  • Contact GitHub
  • API
  • Training
  • Shop
  • Blog
  • About
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.
Press h to open a hovercard with more details.