Пример #1
0
/**
 * @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
/**
 * @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();
}