zchannel rename to new_channel

This commit is contained in:
friendica
2012-10-29 21:59:49 -07:00
parent f608373d08
commit dca20f4227
10 changed files with 67 additions and 67 deletions

View File

@@ -35,7 +35,7 @@ function manage_content(&$a) {
}
$links = array(
array( 'zchannel', t('Create a new channel'), t('New Channel'))
array( 'new_channel', t('Create a new channel'), t('New Channel'))
);