Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
unscripted
/
wordpress-develop
Public
forked from
WordPress/wordpress-develop
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
wordpress-develop
src
wp-includes
class-feed.php
on
trunk
User selector
All users
All time
Commit history
Commits on Feb 6, 2020
Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant.
Show description for e72fff9
SergeyBiryukov
committed
e72fff9
View commit details
Copy full SHA for e72fff9
View code at this point
Browse repository at this point
Commits on Oct 8, 2019
Docs: Add missing `@deprecated` tags in the file docblock of some deprecated files.
Show description for 357a18d
SergeyBiryukov
committed
357a18d
View commit details
Copy full SHA for 357a18d
View code at this point
Browse repository at this point
Commits on Nov 30, 2017
Code is Poetry.
Show description for 8f95800
pento
committed
8f95800
View commit details
Copy full SHA for 8f95800
View code at this point
Browse repository at this point
Commits on Dec 3, 2016
Load: Re-add `class-feed.php`.
Show description for 0b1ff17
pento
committed
0b1ff17
View commit details
Copy full SHA for 0b1ff17
View code at this point
Browse repository at this point
Commits on Aug 26, 2016
Load: remove `class-feed.php` (There is no class named `Feed` or `WP_Feed`, it just loads other classes) and, instead, move the `require` calls to the only place they are ever included: inside `fet…
Show description for aad8b98
staylor
committed
aad8b98
View commit details
Copy full SHA for aad8b98
View code at this point
Browse repository at this point
Commits on Aug 25, 2016
Feed: move 'WP_Feed_Cache', 'WP_Feed_Cache_Transient', `WP_SimplePie_File` and `WP_SimplePie_Sanitize_KSES` into their own files via `svn cp`. If we move forard with autoloading, `class-feed.php` i…
Show description for 9e9cc9d
staylor
committed
9e9cc9d
View commit details
Copy full SHA for 9e9cc9d
View code at this point
Browse repository at this point
Commits on Jul 20, 2016
Docs: Add missing class, method, and property DocBlocks for feed classes.
Show description for 3dc7308
DrewAPicture
committed
3dc7308
View commit details
Copy full SHA for 3dc7308
View code at this point
Browse repository at this point
Commits on May 22, 2016
Docs: Standardize filter docs in remaining wp-includes/* files to use third-person singular verbs per the inline documentation standards for PHP.
Show description for d11f7ed
DrewAPicture
committed
d11f7ed
View commit details
Copy full SHA for d11f7ed
View code at this point
Browse repository at this point
Commits on Feb 26, 2016
Docs: Add missing `@param` and `@return` notations to the DocBlock for `WP_Feed_Cache_Transient::save()`.
Show description for c160fdd
DrewAPicture
committed
c160fdd
View commit details
Copy full SHA for c160fdd
View code at this point
Browse repository at this point
Commits on Jan 10, 2016
Docs: Various docblock corrections.
Show description for ba5f0fd
johnbillion
committed
ba5f0fd
View commit details
Copy full SHA for ba5f0fd
View code at this point
Browse repository at this point
Commits on Sep 20, 2015
Pass `false` as the 2nd argument to `class_exists()` to disable autoloading and to not cause problems for those who define `__autoload()`.
Show description for ed7d34c
staylor
committed
ed7d34c
View commit details
Copy full SHA for ed7d34c
View code at this point
Browse repository at this point
Commits on May 29, 2015
After [32656], add `@access` annotations to methods that have no doc block in `wp-includes/*`.
Show description for ef6315a
staylor
committed
ef6315a
View commit details
Copy full SHA for ef6315a
View code at this point
Browse repository at this point
Commits on Jan 16, 2015
In PHP 5.0.0, `is_a()` became deprecated in favour of the `instanceof` operator. Calling `is_a()` would result in an `E_STRICT` warning.
Show description for 5acc6bd
staylor
committed
5acc6bd
View commit details
Copy full SHA for 5acc6bd
View code at this point
Browse repository at this point
Commits on May 19, 2014
Add access modifiers to methods/members in `WP_Feed_Cache`, `WP_SimplePie_File`, and `WP_Feed_Cache_Transient`.
Show description for 8c2ccf6
staylor
committed
8c2ccf6
View commit details
Copy full SHA for 8c2ccf6
View code at this point
Browse repository at this point
Commits on Oct 8, 2013
Inline documentation for hooks in wp-includes/class-feed.php.
Show description for 27ef389
DrewAPicture
committed
27ef389
View commit details
Copy full SHA for 27ef389
View code at this point
Browse repository at this point
Commits on Sep 25, 2013
Don't rely on include_path to include files.
Show description for 8d72ad5
nacin
committed
8d72ad5
View commit details
Copy full SHA for 8d72ad5
View code at this point
Browse repository at this point
Commits on Aug 7, 2013
New develop.svn.wordpress.org repository based on the old core.svn repository.
Show description for b43712e
nacin
committed
b43712e
View commit details
Copy full SHA for b43712e
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.