Skip to content

Commit

Permalink
Replace 'cooked link' with clearer terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Jul 6, 2017
1 parent 05dff48 commit 6770127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/html_api.php
Expand Up @@ -640,7 +640,7 @@ function print_manage_menu( $p_page = '' ) {
echo '</li>' . "\n";
}

# Plugins menu items - these are cooked links
# Plugins menu items - these are html hyperlinks (<a> tags)
foreach( $t_menu_options as $t_menu_item ) {
$t_active = $p_page && strpos( $t_menu_item, $p_page ) !== false
? ' class="active"'
Expand Down

0 comments on commit 6770127

Please sign in to comment.