Changeset 23604
- Timestamp:
- 03/04/2013 04:23:00 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-snoopy.php
r16005 r23604 911 911 } 912 912 913 // check if there is a aredirect meta tag913 // check if there is a redirect meta tag 914 914 915 915 if(preg_match("'<meta[\s]*http-equiv[^>]*?content[\s]*=[\s]*[\"\']?\d+;[\s]*URL[\s]*=[\s]*([^\"\']*?)[\"\']?>'i",$results,$match)) … … 1058 1058 } 1059 1059 1060 // check if there is a aredirect meta tag1060 // check if there is a redirect meta tag 1061 1061 1062 1062 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 247 247 248 248 /** 249 * Creates a alert dialog. Please don't use the blocking behavior of this249 * Creates an alert dialog. Please don't use the blocking behavior of this 250 250 * native version use the callback method instead then it can be extended. 251 251 * -
trunk/wp-trackback.php
r23594 r23604 12 12 13 13 /** 14 * trackback_response() - Respond with error or success XML message14 * trackback_response() - Respond with an error or success XML message 15 15 * 16 16 * @param int|bool $error Whether there was an error -
trunk/xmlrpc.php
r21818 r23604 7 7 8 8 /** 9 * Whether this is a XMLRPC Request9 * Whether this is an XML-RPC Request 10 10 * 11 11 * @var bool … … 56 56 57 57 /** 58 * Posts submitted via the xmlrpcinterface get that title58 * Posts submitted via the XML-RPC interface get that title 59 59 * @name post_default_title 60 60 * @var string
Note: See TracChangeset
for help on using the changeset viewer.