Changeset 35373 for trunk/src/wp-admin/includes/plugin.php
- Timestamp:
- 10/23/2015 12:01:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r35094 r35373 1197 1197 1198 1198 /** 1199 * Add sub menu page to the tools main menu.1199 * Add sub menu page to the Tools main menu. 1200 1200 * 1201 1201 * This function takes a capability which will be used to determine whether … … 1218 1218 1219 1219 /** 1220 * Add sub menu page to the options main menu.1220 * Add sub menu page to the Settings main menu. 1221 1221 * 1222 1222 * This function takes a capability which will be used to determine whether … … 1239 1239 1240 1240 /** 1241 * Add sub menu page to the themesmain menu.1241 * Add sub menu page to the Appearance main menu. 1242 1242 * 1243 1243 * This function takes a capability which will be used to determine whether … … 1260 1260 1261 1261 /** 1262 * Add sub menu page to the plugins main menu.1262 * Add sub menu page to the Plugins main menu. 1263 1263 * 1264 1264 * This function takes a capability which will be used to determine whether … … 1326 1326 1327 1327 /** 1328 * Add sub menu page to the posts main menu.1328 * Add sub menu page to the Posts main menu. 1329 1329 * 1330 1330 * This function takes a capability which will be used to determine whether … … 1347 1347 1348 1348 /** 1349 * Add sub menu page to the media main menu.1349 * Add sub menu page to the Media main menu. 1350 1350 * 1351 1351 * This function takes a capability which will be used to determine whether … … 1368 1368 1369 1369 /** 1370 * Add sub menu page to the links main menu.1370 * Add sub menu page to the Links main menu. 1371 1371 * 1372 1372 * This function takes a capability which will be used to determine whether … … 1389 1389 1390 1390 /** 1391 * Add sub menu page to the pages main menu.1391 * Add sub menu page to the Pages main menu. 1392 1392 * 1393 1393 * This function takes a capability which will be used to determine whether … … 1410 1410 1411 1411 /** 1412 * Add sub menu page to the comments main menu.1412 * Add sub menu page to the Comments main menu. 1413 1413 * 1414 1414 * This function takes a capability which will be used to determine whether
Note: See TracChangeset
for help on using the changeset viewer.