small fixes to WPSEO_Admin::maybe_upgrade()#1
Closed
dimastelian wants to merge 1 commit intoYoast:masterfrom
Closed
small fixes to WPSEO_Admin::maybe_upgrade()#1dimastelian wants to merge 1 commit intoYoast:masterfrom
dimastelian wants to merge 1 commit intoYoast:masterfrom
Conversation
Contributor
|
This was fixed recently, so no need to merge this pull. |
seripap
pushed a commit
to seripap/wordpress-seo
that referenced
this pull request
Nov 19, 2015
Initial commit added preprocessor for preparing text for page analysis
moorscode
pushed a commit
that referenced
this pull request
Feb 19, 2016
Applied all feedback from CR 1
moorscode
added a commit
that referenced
this pull request
Aug 29, 2016
Extended endpoint with type and arguments to be better implementable for different systems
afercia
pushed a commit
that referenced
this pull request
Sep 5, 2016
Extended endpoint with type and arguments to be better implementable for different systems
2 tasks
2 tasks
8 tasks
2 tasks
7 tasks
6 tasks
This was referenced Apr 25, 2023
Closed
11 tasks
11 tasks
9 tasks
11 tasks
2 tasks
2 tasks
2 tasks
3 tasks
2 tasks
2 tasks
11 tasks
2 tasks
Closed
4 tasks
11 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi, I've encountered a situation when Network activating the plugin on a multisite would throw "Cannot unset string offsets in /wp-content/plugins/wordpress-seo/admin/class-admin.php line 440".
I don't know if this is because a weird server configuration, but, in the snippet below, $options was a string, the isset would return true even if $options was not an array, and the unset line was throwing the error mentioned earlier.
I took the liberty to apply some is_array() checks to those lines, example: