#6713 closed defect (bug) (invalid)
Got errors with $src_url['path'] from wp-includes\l10n.php on login page.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | General | Keywords: | dev-feedback |
Cc: |
Description
Warning: Undefined array key "path" in /.../.../wp-includes/l10n.php on line 1104
Warning: Undefined array key "path" in /.../.../wp-includes/l10n.php on line 1121
Warning: Undefined array key "path" in /.../.../wp-includes/l10n.php on line 1139
Warning: Undefined array key "path" in /.../.../wp-includes/l10n.php on line 1104
Warning: Undefined array key "path" in /.../.../wp-includes/l10n.php on line 1121
Warning: Undefined array key "path" in /.../.../wp-includes/l10n.php on line 1139
After making the changes, the errors disappeared.
<?php if ( ! isset( $src_url['path'] ) ) { $src_url['path'] = '/'; }
Thank you.
Change History (2)
Note: See
TracTickets for help on using
tickets.
The Meta trac is used for tracking bugs on wordpress.org and related properties.
If you are having issues with your own website, please use the wordpress.org support forums: https://wordpress.org/support/forums/