Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #57458


Ignore:
Timestamp:
01/13/2023 04:09:29 PM (2 years ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57458

    • Property Keywords php81 added
  • Ticket #57458 – Description

    initial v1  
    77
    88Warnings:
    9 - Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/my-domain-name/dev/wp-includes/formatting.php on line 5397
    10 - Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/my-domain-name/dev/wp-includes/pluggable.php on line 598
     9- `Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/my-domain-name/dev/wp-includes/formatting.php on line 5397`
     10- `Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/my-domain-name/dev/wp-includes/pluggable.php on line 598`
    1111
    12 If the user is logged in, there are a lot of warnings for example on this page as well: /wp-admin/update-core.php?action=core-major-auto-updates-settings&value=disable&_wpnonce=.......
     12If the user is logged in, there are a lot of warnings for example on this page as well: `/wp-admin/update-core.php?action=core-major-auto-updates-settings&value=disable&_wpnonce=.......`
    1313
    1414Thank you for your time!