plugin updates
This commit is contained in:
@@ -1270,7 +1270,7 @@ function xfn_check( $xfn_relationship, $xfn_value = '', $deprecated = '' ) {
|
||||
_deprecated_argument( __FUNCTION__, '2.5.0' ); // Never implemented.
|
||||
}
|
||||
|
||||
$link_rel = isset( $link->link_rel ) ? $link->link_rel : ''; // In PHP 5.3: $link_rel = $link->link_rel ?: '';
|
||||
$link_rel = isset( $link->link_rel ) ? $link->link_rel : '';
|
||||
$link_rels = preg_split( '/\s+/', $link_rel );
|
||||
|
||||
// Mark the specified value as checked if it matches the current link's relationship.
|
||||
|
||||
Reference in New Issue
Block a user