Last active
January 16, 2018 22:17
-
-
Save plach79/dda896dad256d507939ebd31e1558b0a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
public getRevisionDefaultMetadataKey($bc = FALSE) { | |
$revision_metadata_keys = $this->getRevisionMetadataKeys($bc); | |
return isset($revision_metadata_keys['revision_default']) ? $revision_metadata_keys['revision_default'] : 'revision_default'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment