Deprecated PHP warning
-
With WP_DEBUG on, the log reports :
PHP Deprecated: Unparenthesized
a ? b : c ? d : eis deprecated. Use either(a ? b : c) ? d : eora ? b : (c ? d : e)in <mysite>/wp-content/themes/shapely/inc/extras.php on line 442The 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.
