Changeset 46629 for trunk/src/wp-includes/pomo/entry.php
- Timestamp:
- 11/02/2019 08:09:35 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/pomo/entry.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pomo/entry.php
r43635 r46629 66 66 /** 67 67 * PHP4 constructor. 68 * 69 * @deprecated 5.3.0 Use __construct() instead. 70 * 71 * @see Translation_Entry::__construct() 68 72 */ 69 73 public function Translation_Entry( $args = array() ) { 74 _deprecated_constructor( self::class, '5.3.0', static::class ); 70 75 self::__construct( $args ); 71 76 }
Note: See TracChangeset
for help on using the changeset viewer.