Changeset 49927 for trunk/src/wp-admin/includes/plugin.php
- Timestamp:
- 01/03/2021 10:02:13 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r49138 r49927 1764 1764 * 1765 1765 * @param string $menu_slug The slug of the menu. 1766 * @return array| boolThe removed menu on success, false if not found.1766 * @return array|false The removed menu on success, false if not found. 1767 1767 */ 1768 1768 function remove_menu_page( $menu_slug ) { … … 1788 1788 * @param string $menu_slug The slug for the parent menu. 1789 1789 * @param string $submenu_slug The slug of the submenu. 1790 * @return array| boolThe removed submenu on success, false if not found.1790 * @return array|false The removed submenu on success, false if not found. 1791 1791 */ 1792 1792 function remove_submenu_page( $menu_slug, $submenu_slug ) {
Note: See TracChangeset
for help on using the changeset viewer.