Changeset 2340574
- Timestamp:
- 07/14/2020 09:10:32 PM (6 years ago)
- File:
-
- 1 edited
-
code-injection/trunk/includes/code-type.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
code-injection/trunk/includes/code-type.php
r2340426 r2340574 3 3 /** 4 4 * MIT License <https://github.com/Rmanaf/wp-code-injection/blob/master/LICENSE> 5 * Copyright (c) 20 18Arman Afzal <rman.afzal@gmail.com>5 * Copyright (c) 2020 Arman Afzal <rman.afzal@gmail.com> 6 6 */ 7 7 … … 48 48 * @since 2.2.8 49 49 */ 50 public function print_scripts()50 static function print_scripts() 51 51 { 52 52
Note: See TracChangeset
for help on using the changeset viewer.