• With WP_DEBUG on, the log reports :

    PHP Deprecated: Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in <mysite>/wp-content/themes/shapely/inc/extras.php on line 442

    The line in question reads:
    $author_name = ( '' != trim( $author_nickname ) ) ? $author_nickname : ( trim( $author_displayname ) != '' ) ? $author_displayname : $author_fullname;

    (Shapely Version : 1.2.12 )

  • The topic ‘Deprecated PHP warning’ is closed to new replies.