Make WordPress Core


Ignore:
Timestamp:
03/04/2013 04:23:00 AM (14 years ago)
Author:
SergeyBiryukov
Message:

Fix typos in phpdoc. props bradparbs. fixes #23481.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-snoopy.php

    r16005 r23604  
    911911                }
    912912
    913                 // check if there is a a redirect meta tag
     913                // check if there is a redirect meta tag
    914914
    915915                if(preg_match("'<meta[\s]*http-equiv[^>]*?content[\s]*=[\s]*[\"\']?\d+;[\s]*URL[\s]*=[\s]*([^\"\']*?)[\"\']?>'i",$results,$match))
     
    10581058                }
    10591059
    1060                 // check if there is a a redirect meta tag
     1060                // check if there is a redirect meta tag
    10611061
    10621062                if(preg_match("'<meta[\s]*http-equiv[^>]*?content[\s]*=[\s]*[\"\']?\d+;[\s]*URL[\s]*=[\s]*([^\"\']*?)[\"\']?>'i",$results,$match))
Note: See TracChangeset for help on using the changeset viewer.