Changeset 58928
- Timestamp:
- 08/23/2024 11:15:26 PM (6 weeks ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/schema.php
r58400 r58928 425 425 'mailserver_url' => 'mail.example.com', 426 426 'mailserver_login' => 'login@example.com', 427 'mailserver_pass' => ' password',427 'mailserver_pass' => '', 428 428 'mailserver_port' => 110, 429 429 'default_category' => 1, -
trunk/tests/phpunit/tests/admin/includesSchema.php
r56559 r58928 124 124 'mailserver_url' => 'mail.example.com', 125 125 'mailserver_login' => 'login@example.com', 126 'mailserver_pass' => ' password',126 'mailserver_pass' => '', 127 127 ), 128 128 ), … … 138 138 'mailserver_url' => 'mail.example.com', 139 139 'mailserver_login' => 'login@example.com', 140 'mailserver_pass' => ' password',140 'mailserver_pass' => '', 141 141 ), 142 142 ), … … 152 152 'mailserver_url' => 'mail.example.com', 153 153 'mailserver_login' => 'login@example.com', 154 'mailserver_pass' => ' password',154 'mailserver_pass' => '', 155 155 ), 156 156 ),
Note: See TracChangeset
for help on using the changeset viewer.