Make WordPress Core


Ignore:
Timestamp:
01/16/2015 06:36:46 PM (10 years ago)
Author:
wonderboymusic
Message:

[31210] broke Supportflow on dotorg, which declares these methods as protected. Switch to protected for the noop methods. The subclasses can make them more visible using public.

See #30799.

File:
1 edited

Legend:

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

    r31136 r31211  
    542542
    543543    /**
    544      * Set the Headers for 404, if nothing is found for requested URL.
     544     * Set the Headers for 404, if nothing is found for requested URL.
    545545     *
    546546     * Issue a 404 if a request doesn't match any posts and doesn't match
     
    667667     * @param string $subject subject if regex
    668668     * @param array  $matches data to use in map
    669      * @return self
    670669     */
    671670    public function __construct($subject, $matches) {
Note: See TracChangeset for help on using the changeset viewer.