Changeset 31211 for trunk/src/wp-includes/class-wp.php
- Timestamp:
- 01/16/2015 06:36:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp.php
r31136 r31211 542 542 543 543 /** 544 544 * Set the Headers for 404, if nothing is found for requested URL. 545 545 * 546 546 * Issue a 404 if a request doesn't match any posts and doesn't match … … 667 667 * @param string $subject subject if regex 668 668 * @param array $matches data to use in map 669 * @return self670 669 */ 671 670 public function __construct($subject, $matches) {
Note: See TracChangeset
for help on using the changeset viewer.