Changeset 39051 for trunk/src/wp-includes/rss.php
- Timestamp:
- 10/31/2016 06:27:53 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rss.php
r38883 r39051 742 742 Function: set 743 743 Purpose: add an item to the cache, keyed on url 744 Input: url from w ich the rss file was fetched744 Input: url from which the rss file was fetched 745 745 Output: true on success 746 746 \*=======================================================================*/ … … 756 756 Function: get 757 757 Purpose: fetch an item from the cache 758 Input: url from w ich the rss file was fetched758 Input: url from which the rss file was fetched 759 759 Output: cached object on HIT, false on MISS 760 760 \*=======================================================================*/ … … 777 777 Purpose: check a url for membership in the cache 778 778 and whether the object is older then MAX_AGE (ie. STALE) 779 Input: url from w ich the rss file was fetched779 Input: url from which the rss file was fetched 780 780 Output: cached object on HIT, false on MISS 781 781 \*=======================================================================*/ … … 810 810 Function: file_name 811 811 Purpose: map url to location in cache 812 Input: url from w ich the rss file was fetched812 Input: url from which the rss file was fetched 813 813 Output: a file name 814 814 \*=======================================================================*/
Note: See TracChangeset
for help on using the changeset viewer.