Changeset 46198 for trunk/src/wp-admin/includes/plugin.php
- Timestamp:
- 09/20/2019 05:05:26 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r46197 r46198 1321 1321 * 1322 1322 * @since 1.5.0 1323 * @since 5.3.0 Added the `$position` parameter. 1323 1324 * 1324 1325 * @global array $submenu … … 1340 1341 * @param callable $function The function to be called to output the content for this page. 1341 1342 * @param int $position The position in the menu order this item should appear. 1342 *1343 1343 * @return false|string The resulting page's hook_suffix, or false if the user does not have the capability required. 1344 1344 */ … … 1432 1432 * 1433 1433 * @since 1.5.0 1434 * @since 5.3.0 Added the `$position` parameter. 1434 1435 * 1435 1436 * @param string $page_title The text to be displayed in the title tags of the page when the menu is selected. … … 1455 1456 * 1456 1457 * @since 1.5.0 1458 * @since 5.3.0 Added the `$position` parameter. 1457 1459 * 1458 1460 * @param string $page_title The text to be displayed in the title tags of the page when the menu is selected. … … 1478 1480 * 1479 1481 * @since 2.0.0 1482 * @since 5.3.0 Added the `$position` parameter. 1480 1483 * 1481 1484 * @param string $page_title The text to be displayed in the title tags of the page when the menu is selected. … … 1501 1504 * 1502 1505 * @since 3.0.0 1506 * @since 5.3.0 Added the `$position` parameter. 1503 1507 * 1504 1508 * @param string $page_title The text to be displayed in the title tags of the page when the menu is selected. … … 1524 1528 * 1525 1529 * @since 2.1.3 1530 * @since 5.3.0 Added the `$position` parameter. 1526 1531 * 1527 1532 * @param string $page_title The text to be displayed in the title tags of the page when the menu is selected. … … 1552 1557 * 1553 1558 * @since 2.7.0 1559 * @since 5.3.0 Added the `$position` parameter. 1554 1560 * 1555 1561 * @param string $page_title The text to be displayed in the title tags of the page when the menu is selected. … … 1575 1581 * 1576 1582 * @since 2.7.0 1583 * @since 5.3.0 Added the `$position` parameter. 1577 1584 * 1578 1585 * @param string $page_title The text to be displayed in the title tags of the page when the menu is selected. … … 1598 1605 * 1599 1606 * @since 2.7.0 1607 * @since 5.3.0 Added the `$position` parameter. 1600 1608 * 1601 1609 * @param string $page_title The text to be displayed in the title tags of the page when the menu is selected. … … 1621 1629 * 1622 1630 * @since 2.7.0 1631 * @since 5.3.0 Added the `$position` parameter. 1623 1632 * 1624 1633 * @param string $page_title The text to be displayed in the title tags of the page when the menu is selected. … … 1644 1653 * 1645 1654 * @since 2.7.0 1655 * @since 5.3.0 Added the `$position` parameter. 1646 1656 * 1647 1657 * @param string $page_title The text to be displayed in the title tags of the page when the menu is selected. … … 1667 1677 * 1668 1678 * @since 2.7.0 1679 * @since 5.3.0 Added the `$position` parameter. 1669 1680 * 1670 1681 * @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.