Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #49628, comment 11


Ignore:
Timestamp:
11/05/2021 11:02:41 PM (3 years ago)
Author:
hellofromTonya
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49628, comment 11

    initial v1  
    77
    88// Make sure the filtered value is a boolean type before returning it.
    9 if ( ! is_bool( $is_viewable ) {
     9if ( ! is_bool( $is_viewable ) ) {
    1010    return false;
    1111}