Changeset 17771 for trunk/wp-includes/rewrite.php
- Timestamp:
- 04/29/2011 08:05:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rewrite.php
r17518 r17771 1977 1977 1978 1978 /** 1979 * PHP4Constructor - Calls init(), which runs setup.1979 * Constructor - Calls init(), which runs setup. 1980 1980 * 1981 1981 * @since 1.5.0 … … 1984 1984 * @return WP_Rewrite 1985 1985 */ 1986 function WP_Rewrite() {1986 function __construct() { 1987 1987 $this->init(); 1988 1988 }
Note: See TracChangeset
for help on using the changeset viewer.