Media: add a new image size, medium_large. Bumps db version to add new options.
Adds unit tests. Props DH-Shredder, joemcgill, azaozz. Fixes #34196. Built from https://develop.svn.wordpress.org/trunk@35479 git-svn-id: http://core.svn.wordpress.org/trunk@35443 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -3662,6 +3662,8 @@ function sanitize_option( $option, $value ) {
|
||||
case 'thumbnail_size_h':
|
||||
case 'medium_size_w':
|
||||
case 'medium_size_h':
|
||||
case 'medium_large_size_w':
|
||||
case 'medium_large_size_h':
|
||||
case 'large_size_w':
|
||||
case 'large_size_h':
|
||||
case 'mailserver_port':
|
||||
|
||||
Reference in New Issue
Block a user