Skip to content

Added isset( $args ) to remove the php notice

guillaume kanoufi requested to merge g.kanoufi/simple-settings:master into master

Just added 2 isset( $args ) && isset( $args['id'] ) to remove the annoying notice on all admin pages.

Merge request reports