Make WordPress Core


Ignore:
Timestamp:
10/31/2016 06:27:53 AM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Fix multiple trivial typos throughout a variety of core files.

Props ottok.
Fixes #38489.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rss.php

    r38883 r39051  
    742742    Function:   set
    743743    Purpose:    add an item to the cache, keyed on url
    744     Input:      url from wich the rss file was fetched
     744    Input:      url from which the rss file was fetched
    745745    Output:     true on success
    746746\*=======================================================================*/
     
    756756    Function:   get
    757757    Purpose:    fetch an item from the cache
    758     Input:      url from wich the rss file was fetched
     758    Input:      url from which the rss file was fetched
    759759    Output:     cached object on HIT, false on MISS
    760760\*=======================================================================*/
     
    777777    Purpose:    check a url for membership in the cache
    778778                and whether the object is older then MAX_AGE (ie. STALE)
    779     Input:      url from wich the rss file was fetched
     779    Input:      url from which the rss file was fetched
    780780    Output:     cached object on HIT, false on MISS
    781781\*=======================================================================*/
     
    810810    Function:   file_name
    811811    Purpose:    map url to location in cache
    812     Input:      url from wich the rss file was fetched
     812    Input:      url from which the rss file was fetched
    813813    Output:     a file name
    814814\*=======================================================================*/
Note: See TracChangeset for help on using the changeset viewer.