コード例 #1
0
ファイル: code.php プロジェクト: anboto/xtreamer-web-sdk
/**
 * @return String
 * @desc Opens a TypePad entry based on session variables. Returns the title and content concatenated together for editing
 */
function typepad_open()
{
    return atom_open();
}
コード例 #2
0
ファイル: code.php プロジェクト: anboto/xtreamer-web-sdk
/**
 * @return String
 * @desc Opens a Blogger entry based on session variables. Returns the title and content concatenated together for editing
 */
function blogger_open()
{
    return atom_open();
}