Skip to content

Commit

Permalink
Menu item order in the 'Content' menu.
Browse files Browse the repository at this point in the history
Lift 'Write' to the top, push 'Categories' down. Fixes #670.
  • Loading branch information
rwetzlmayr committed Apr 14, 2016
1 parent c8ff307 commit fcb818e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textpattern/lib/txplib_head.php
Expand Up @@ -258,12 +258,12 @@ function areas()
);

$areas['content'] = array(
gTxt('tab_organise') => 'category',
gTxt('tab_write') => 'article',
gTxt('tab_list') => 'list',
gTxt('tab_image') => 'image',
gTxt('tab_file') => 'file',
gTxt('tab_link') => 'link',
gTxt('tab_organise') => 'category',
);

$areas['presentation'] = array(
Expand Down

0 comments on commit fcb818e

Please sign in to comment.