Make WordPress Core

Changeset 23604


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

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

Location:
trunk
Files:
4 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))
  • trunk/wp-includes/js/tinymce/plugins/wpdialogs/js/popup.js

    r23425 r23604  
    247247
    248248    /**
    249      * Creates a alert dialog. Please don't use the blocking behavior of this
     249     * Creates an alert dialog. Please don't use the blocking behavior of this
    250250     * native version use the callback method instead then it can be extended.
    251251     *
  • trunk/wp-trackback.php

    r23594 r23604  
    1212
    1313/**
    14  * trackback_response() - Respond with error or success XML message
     14 * trackback_response() - Respond with an error or success XML message
    1515 *
    1616 * @param int|bool $error Whether there was an error
  • trunk/xmlrpc.php

    r21818 r23604  
    77
    88/**
    9  * Whether this is a XMLRPC Request
     9 * Whether this is an XML-RPC Request
    1010 *
    1111 * @var bool
     
    5656
    5757/**
    58  * Posts submitted via the xmlrpc interface get that title
     58 * Posts submitted via the XML-RPC interface get that title
    5959 * @name post_default_title
    6060 * @var string
Note: See TracChangeset for help on using the changeset viewer.