Changes in trunk/wp-includes/locale.php [14404:18280]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/locale.php
r14404 r18280 315 315 316 316 /** 317 * PHP4 style constructor which calls helper methods to set up object variables317 * Constructor which calls helper methods to set up object variables 318 318 * 319 319 * @uses WP_Locale::init() … … 323 323 * @return WP_Locale 324 324 */ 325 function WP_Locale() {325 function __construct() { 326 326 $this->init(); 327 327 $this->register_globals();
Note: See TracChangeset
for help on using the changeset viewer.