Opened 8 years ago
Closed 4 years ago
#40084 closed defect (bug) (worksforme)
add_editor_style doesn't work on php7.1
Reported by: | evgeniinasyrov | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.7.3 |
Component: | Editor | Keywords: | |
Focuses: | Cc: |
Description
Hi guys,
As mentioned in the summary, it doesn't seems to work on php 7.1 but it does with php 5.6.
Change History (3)
Note: See
TracTickets for help on using
tickets.
@evgeniinasyrov Can you share the specific PHP version you're running?
I think this may be related to https://github.com/wp-cli/wp-cli/issues/3888
Specifically,
file_exists()
might not work as expected in PHP 7.1.2