diff --git a/wp-admin/includes/plugin.php b/wp-admin/includes/plugin.php
index 233d990..8219275 100644
a
|
b
|
function add_management_page( $page_title, $menu_title, $capability, $menu_slug, |
1210 | 1210 | } |
1211 | 1211 | |
1212 | 1212 | /** |
1213 | | * Add sub menu page to the options main menu. |
| 1213 | * Add sub menu page to the Settings main menu. |
1214 | 1214 | * |
1215 | 1215 | * This function takes a capability which will be used to determine whether |
1216 | 1216 | * or not a page is included in the menu. |
… |
… |
function add_options_page( $page_title, $menu_title, $capability, $menu_slug, $f |
1231 | 1231 | } |
1232 | 1232 | |
1233 | 1233 | /** |
1234 | | * Add sub menu page to the themes main menu. |
| 1234 | * Add sub menu page to the Appearance main menu. |
1235 | 1235 | * |
1236 | 1236 | * This function takes a capability which will be used to determine whether |
1237 | 1237 | * or not a page is included in the menu. |
… |
… |
function add_theme_page( $page_title, $menu_title, $capability, $menu_slug, $fun |
1252 | 1252 | } |
1253 | 1253 | |
1254 | 1254 | /** |
1255 | | * Add sub menu page to the plugins main menu. |
| 1255 | * Add sub menu page to the Plugins main menu. |
1256 | 1256 | * |
1257 | 1257 | * This function takes a capability which will be used to determine whether |
1258 | 1258 | * or not a page is included in the menu. |
… |
… |
function add_dashboard_page( $page_title, $menu_title, $capability, $menu_slug, |
1318 | 1318 | } |
1319 | 1319 | |
1320 | 1320 | /** |
1321 | | * Add sub menu page to the posts main menu. |
| 1321 | * Add sub menu page to the Posts main menu. |
1322 | 1322 | * |
1323 | 1323 | * This function takes a capability which will be used to determine whether |
1324 | 1324 | * or not a page is included in the menu. |
… |
… |
function add_posts_page( $page_title, $menu_title, $capability, $menu_slug, $fun |
1339 | 1339 | } |
1340 | 1340 | |
1341 | 1341 | /** |
1342 | | * Add sub menu page to the media main menu. |
| 1342 | * Add sub menu page to the Media main menu. |
1343 | 1343 | * |
1344 | 1344 | * This function takes a capability which will be used to determine whether |
1345 | 1345 | * or not a page is included in the menu. |
… |
… |
function add_media_page( $page_title, $menu_title, $capability, $menu_slug, $fun |
1360 | 1360 | } |
1361 | 1361 | |
1362 | 1362 | /** |
1363 | | * Add sub menu page to the links main menu. |
| 1363 | * Add sub menu page to the Links main menu. |
1364 | 1364 | * |
1365 | 1365 | * This function takes a capability which will be used to determine whether |
1366 | 1366 | * or not a page is included in the menu. |
… |
… |
function add_links_page( $page_title, $menu_title, $capability, $menu_slug, $fun |
1381 | 1381 | } |
1382 | 1382 | |
1383 | 1383 | /** |
1384 | | * Add sub menu page to the pages main menu. |
| 1384 | * Add sub menu page to the Pages main menu. |
1385 | 1385 | * |
1386 | 1386 | * This function takes a capability which will be used to determine whether |
1387 | 1387 | * or not a page is included in the menu. |
… |
… |
function add_pages_page( $page_title, $menu_title, $capability, $menu_slug, $fun |
1402 | 1402 | } |
1403 | 1403 | |
1404 | 1404 | /** |
1405 | | * Add sub menu page to the comments main menu. |
| 1405 | * Add sub menu page to the Comments main menu. |
1406 | 1406 | * |
1407 | 1407 | * This function takes a capability which will be used to determine whether |
1408 | 1408 | * or not a page is included in the menu. |