unknown variable is WordPress Error object.
* @return bool True, if WP_Error. False, if not WP_Error.
*/
function is_wp_error($thing) {
if ( is_object($thing) && is_a($thing, 'WP_Error') )
return true;
return false;
}
?>lected|disabled we are doing
* @return string html attribute or empty string
*/
function __checked_selected_helper( $helper, $current, $echo, $type ) {
if ( (string) $helper === (string) $current )
$result = " $type='$type'";
else
$result = '';
if ( $echo )
echo $result;
return $result;
}
?>
shortlink', $link, $shortlink, $text, $title );
echo $before, $link, $after;
}
}
?>
Parse error: syntax error, unexpected '}' in /home/content/e/o/o/eoomee/html/blobloblo/wp-includes/post.php on line 5191