Make WordPress Core

Changeset 41100


Ignore:
Timestamp:
07/20/2017 11:53:15 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add @access entries for $admin_header_callback and $admin_image_div_callback properties in Custom_Image_Header and Custom_Background.

Props rushabh4486.
Fixes #41377.

Location:
trunk/src/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/custom-background.php

    r40988 r41100  
    1919     * @var callable
    2020     * @since 3.0.0
     21     * @access public
    2122     */
    2223    public $admin_header_callback;
     
    2728     * @var callable
    2829     * @since 3.0.0
     30     * @access public
    2931     */
    3032    public $admin_image_div_callback;
  • trunk/src/wp-admin/custom-header.php

    r41099 r41100  
    1919     * @var callable
    2020     * @since 2.1.0
     21     * @access public
    2122     */
    2223    public $admin_header_callback;
     
    2728     * @var callable
    2829     * @since 3.0.0
     30     * @access public
    2931     */
    3032    public $admin_image_div_callback;
Note: See TracChangeset for help on using the changeset viewer.