Changeset 36599
- Timestamp:
- 02/20/2016 08:33:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/i18n/add-textdomain.php
r36390 r36599 16 16 17 17 /** 18 * PHP5 constructor.18 * Constructor. 19 19 */ 20 20 function __construct() { … … 22 22 $this->funcs = array_keys( $makepot->rules ); 23 23 $this->funcs[] = 'translate_nooped_plural'; 24 }25 26 /**27 * PHP4 constructor.28 */29 public function AddTextdomain() {30 _deprecated_constructor( 'AddTextdomain' , '4.3' );31 24 } 32 25 … … 111 104 $inplace = true; 112 105 if (!isset($argv[3])) $adddomain->usage(); 113 array_shift($argv); 106 array_shift($argv); 114 107 } 115 108
Note: See TracChangeset
for help on using the changeset viewer.