Changeset 46631 for trunk/src/wp-includes/pomo/entry.php
- Timestamp:
- 11/02/2019 08:28:31 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
r46629 r46631 67 67 * PHP4 constructor. 68 68 * 69 * @deprecated 5. 3.0 Use __construct() instead.69 * @deprecated 5.4.0 Use __construct() instead. 70 70 * 71 71 * @see Translation_Entry::__construct() 72 72 */ 73 73 public function Translation_Entry( $args = array() ) { 74 _deprecated_constructor( self::class, '5. 3.0', static::class );74 _deprecated_constructor( self::class, '5.4.0', static::class ); 75 75 self::__construct( $args ); 76 76 }
Note: See TracChangeset
for help on using the changeset viewer.