Make WordPress Core

Changeset 42394


Ignore:
Timestamp:
12/15/2017 12:14:09 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing @since tags for add menu page functions.

Props keesiemeijer.
Fixes #42882.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/plugin.php

    r42343 r42394  
    11061106 * that the user has the required capability as well.
    11071107 *
     1108 * @since 1.5.0
     1109 *
    11081110 * @global array $menu
    11091111 * @global array $admin_page_hooks
     
    11761178 * that the user has the required capability as well.
    11771179 *
     1180 * @since 1.5.0
     1181 *
    11781182 * @global array $submenu
    11791183 * @global array $menu
     
    12571261 * that the user has the required capability as well.
    12581262 *
     1263 * @since 1.5.0
     1264 *
    12591265 * @param string   $page_title The text to be displayed in the title tags of the page when the menu is selected.
    12601266 * @param string   $menu_title The text to be used for the menu.
     
    12771283 * that the user has the required capability as well.
    12781284 *
     1285 * @since 1.5.0
     1286 *
    12791287 * @param string   $page_title The text to be displayed in the title tags of the page when the menu is selected.
    12801288 * @param string   $menu_title The text to be used for the menu.
     
    12971305 * that the user has the required capability as well.
    12981306 *
     1307 * @since 2.0.0
     1308 *
    12991309 * @param string   $page_title The text to be displayed in the title tags of the page when the menu is selected.
    13001310 * @param string   $menu_title The text to be used for the menu.
     
    13171327 * that the user has the required capability as well.
    13181328 *
     1329 * @since 3.0.0
     1330 *
    13191331 * @param string   $page_title The text to be displayed in the title tags of the page when the menu is selected.
    13201332 * @param string   $menu_title The text to be used for the menu.
     
    13371349 * that the user has the required capability as well.
    13381350 *
     1351 * @since 2.1.3
     1352 *
    13391353 * @param string   $page_title The text to be displayed in the title tags of the page when the menu is selected.
    13401354 * @param string   $menu_title The text to be used for the menu.
     
    13611375 * that the user has the required capability as well.
    13621376 *
     1377 * @since 2.7.0
     1378 *
    13631379 * @param string   $page_title The text to be displayed in the title tags of the page when the menu is selected.
    13641380 * @param string   $menu_title The text to be used for the menu.
     
    13811397 * that the user has the required capability as well.
    13821398 *
     1399 * @since 2.7.0
     1400 *
    13831401 * @param string   $page_title The text to be displayed in the title tags of the page when the menu is selected.
    13841402 * @param string   $menu_title The text to be used for the menu.
     
    14011419 * that the user has the required capability as well.
    14021420 *
     1421 * @since 2.7.0
     1422 *
    14031423 * @param string   $page_title The text to be displayed in the title tags of the page when the menu is selected.
    14041424 * @param string   $menu_title The text to be used for the menu.
     
    14211441 * that the user has the required capability as well.
    14221442 *
     1443 * @since 2.7.0
     1444 *
    14231445 * @param string   $page_title The text to be displayed in the title tags of the page when the menu is selected.
    14241446 * @param string   $menu_title The text to be used for the menu.
     
    14411463 * that the user has the required capability as well.
    14421464 *
     1465 * @since 2.7.0
     1466 *
    14431467 * @param string   $page_title The text to be displayed in the title tags of the page when the menu is selected.
    14441468 * @param string   $menu_title The text to be used for the menu.
     
    14601484 * The function which is hooked in to handle the output of the page must check
    14611485 * that the user has the required capability as well.
     1486 *
     1487 * @since 2.7.0
    14621488 *
    14631489 * @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.