Changeset 42394
- Timestamp:
- 12/15/2017 12:14:09 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r42343 r42394 1106 1106 * that the user has the required capability as well. 1107 1107 * 1108 * @since 1.5.0 1109 * 1108 1110 * @global array $menu 1109 1111 * @global array $admin_page_hooks … … 1176 1178 * that the user has the required capability as well. 1177 1179 * 1180 * @since 1.5.0 1181 * 1178 1182 * @global array $submenu 1179 1183 * @global array $menu … … 1257 1261 * that the user has the required capability as well. 1258 1262 * 1263 * @since 1.5.0 1264 * 1259 1265 * @param string $page_title The text to be displayed in the title tags of the page when the menu is selected. 1260 1266 * @param string $menu_title The text to be used for the menu. … … 1277 1283 * that the user has the required capability as well. 1278 1284 * 1285 * @since 1.5.0 1286 * 1279 1287 * @param string $page_title The text to be displayed in the title tags of the page when the menu is selected. 1280 1288 * @param string $menu_title The text to be used for the menu. … … 1297 1305 * that the user has the required capability as well. 1298 1306 * 1307 * @since 2.0.0 1308 * 1299 1309 * @param string $page_title The text to be displayed in the title tags of the page when the menu is selected. 1300 1310 * @param string $menu_title The text to be used for the menu. … … 1317 1327 * that the user has the required capability as well. 1318 1328 * 1329 * @since 3.0.0 1330 * 1319 1331 * @param string $page_title The text to be displayed in the title tags of the page when the menu is selected. 1320 1332 * @param string $menu_title The text to be used for the menu. … … 1337 1349 * that the user has the required capability as well. 1338 1350 * 1351 * @since 2.1.3 1352 * 1339 1353 * @param string $page_title The text to be displayed in the title tags of the page when the menu is selected. 1340 1354 * @param string $menu_title The text to be used for the menu. … … 1361 1375 * that the user has the required capability as well. 1362 1376 * 1377 * @since 2.7.0 1378 * 1363 1379 * @param string $page_title The text to be displayed in the title tags of the page when the menu is selected. 1364 1380 * @param string $menu_title The text to be used for the menu. … … 1381 1397 * that the user has the required capability as well. 1382 1398 * 1399 * @since 2.7.0 1400 * 1383 1401 * @param string $page_title The text to be displayed in the title tags of the page when the menu is selected. 1384 1402 * @param string $menu_title The text to be used for the menu. … … 1401 1419 * that the user has the required capability as well. 1402 1420 * 1421 * @since 2.7.0 1422 * 1403 1423 * @param string $page_title The text to be displayed in the title tags of the page when the menu is selected. 1404 1424 * @param string $menu_title The text to be used for the menu. … … 1421 1441 * that the user has the required capability as well. 1422 1442 * 1443 * @since 2.7.0 1444 * 1423 1445 * @param string $page_title The text to be displayed in the title tags of the page when the menu is selected. 1424 1446 * @param string $menu_title The text to be used for the menu. … … 1441 1463 * that the user has the required capability as well. 1442 1464 * 1465 * @since 2.7.0 1466 * 1443 1467 * @param string $page_title The text to be displayed in the title tags of the page when the menu is selected. 1444 1468 * @param string $menu_title The text to be used for the menu. … … 1460 1484 * The function which is hooked in to handle the output of the page must check 1461 1485 * that the user has the required capability as well. 1486 * 1487 * @since 2.7.0 1462 1488 * 1463 1489 * @param string $page_title The text to be displayed in the title tags of the page when the menu is selected.
Note: See TracChangeset
for help on using the changeset viewer.