Scott Taylor
eab3aa7802
In WP_MatchesMapRegex:
...
* Exactly one method was made private in [28516], and is only used internally.
* 2 properties were made private, but they just store variables passed to the constructor.
* Instances of this class are never created in core. `WP_MatchesMapRegex::apply()` is called statically in `WP->parse_request()` and `url_to_postid()`.
The chances that:
1) this class is used as an instance somewhere and
2) the properties that have always been marked `@access private` and begin with `_` were used publicly
...is extremely low.
Remove the magic methods, I should not have added them.
While we're at it, use the PHP5-style `__construct()` instead of the class name.
See #30891 .
Built from https://develop.svn.wordpress.org/trunk@31136
git-svn-id: http://core.svn.wordpress.org/trunk@31117 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-01-10 23:27:21 +00:00
..
2014-12-07 03:13:22 +00:00
2015-01-07 09:02:23 +00:00
2014-12-09 19:34:23 +00:00
2014-11-25 06:12:22 +00:00
2015-01-09 21:47:29 +00:00
2014-11-30 21:41:22 +00:00
2014-12-06 21:32:24 +00:00
2014-11-28 08:13:24 +00:00
2015-01-08 19:53:22 +00:00
2015-01-08 07:05:25 +00:00
2015-01-10 06:54:23 +00:00
2014-12-01 01:34:24 +00:00
2015-01-10 06:57:22 +00:00
2015-01-03 02:31:22 +00:00
2015-01-10 06:54:23 +00:00
2014-12-30 20:41:23 +00:00
2015-01-08 06:02:24 +00:00
2015-01-10 06:54:23 +00:00
2015-01-08 21:20:22 +00:00
2015-01-08 06:10:46 +00:00
2015-01-10 06:54:23 +00:00
2015-01-10 06:54:23 +00:00
2015-01-10 06:54:23 +00:00
2014-12-07 00:45:24 +00:00
2015-01-09 10:28:23 +00:00
2015-01-07 07:51:22 +00:00
2015-01-10 06:54:23 +00:00
2014-12-01 01:34:24 +00:00
2015-01-03 22:02:24 +00:00
2015-01-10 06:57:22 +00:00
2015-01-10 06:57:22 +00:00
2015-01-09 04:54:24 +00:00
2015-01-10 06:54:23 +00:00
2015-01-10 23:27:21 +00:00
2015-01-03 05:13:24 +00:00
2015-01-03 04:10:21 +00:00
2015-01-08 21:29:24 +00:00
2015-01-08 07:05:25 +00:00
2014-12-01 01:34:24 +00:00
2015-01-08 07:05:25 +00:00
2015-01-06 01:57:22 +00:00
2014-11-27 00:05:22 +00:00
2014-12-20 22:47:22 +00:00
2015-01-08 22:52:22 +00:00
2014-12-06 21:32:24 +00:00
2014-12-06 21:32:24 +00:00
2014-12-06 21:32:24 +00:00
2014-12-01 01:34:24 +00:00
2015-01-10 06:57:22 +00:00
2015-01-10 04:59:22 +00:00
2015-01-03 03:54:22 +00:00
2014-11-30 23:24:25 +00:00
2014-12-20 23:04:23 +00:00
2014-11-30 23:24:25 +00:00
2015-01-08 21:15:22 +00:00
2015-01-08 07:05:25 +00:00
2015-01-09 16:40:22 +00:00
2015-01-10 04:59:22 +00:00
2015-01-10 06:54:23 +00:00
2014-12-31 20:41:24 +00:00
2015-01-08 21:24:23 +00:00
2015-01-08 07:05:25 +00:00
2014-11-30 12:10:23 +00:00
2014-12-20 22:47:22 +00:00
2014-12-05 01:15:26 +00:00
2014-12-20 22:47:22 +00:00
2014-11-28 12:12:23 +00:00
2015-01-08 07:05:25 +00:00
2014-12-16 05:52:23 +00:00
2014-11-30 22:19:25 +00:00
2015-01-10 04:59:22 +00:00
2015-01-08 07:05:25 +00:00
2015-01-08 07:05:25 +00:00
2015-01-04 23:10:21 +00:00
2015-01-10 21:38:23 +00:00
2015-01-10 06:54:23 +00:00
2014-11-30 22:56:25 +00:00
2015-01-10 06:54:23 +00:00
2015-01-03 05:08:24 +00:00
2015-01-08 21:12:22 +00:00
2015-01-08 06:26:23 +00:00
2015-01-08 07:05:25 +00:00
2014-12-20 22:47:22 +00:00
2014-12-15 08:55:22 +00:00
2015-01-10 06:54:23 +00:00
2015-01-10 23:27:21 +00:00
2015-01-08 05:03:23 +00:00
2015-01-08 08:45:22 +00:00
2015-01-10 22:58:24 +00:00