Changeset 3076138
- Timestamp:
- 04/24/2024 03:17:59 AM (2 years ago)
- Location:
- http-authentication/trunk
- Files:
-
- 3 edited
-
http-authentication.php (modified) (1 diff)
-
options-page.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
http-authentication/trunk/http-authentication.php
r560906 r3076138 16 16 var $options; 17 17 18 function HTTPAuthenticationPlugin() {18 function __construct() { 19 19 $this->options = get_option($this->option_name); 20 20 -
http-authentication/trunk/options-page.php
r552757 r3076138 7 7 var $title; 8 8 9 function HTTPAuthenticationOptionsPage($plugin, $group, $page, $options, $title = 'HTTP Authentication') {9 function __construct($plugin, $group, $page, $options, $title = 'HTTP Authentication') { 10 10 $this->plugin = $plugin; 11 11 $this->group = $group; -
http-authentication/trunk/readme.txt
r563342 r3076138 4 4 Requires at least: 3.1 5 5 Tested up to: 3.4 6 Stable tag: 4. 56 Stable tag: 4.6 7 7 8 8 Use an external authentication source in WordPress. … … 136 136 137 137 == Changelog == 138 139 = 4.6 = 140 * Add PHP 7/8 compatibility by updating constructor to use __construct 138 141 139 142 = 4.5 =
Note: See TracChangeset
for help on using the changeset viewer.