Make WordPress Core


Ignore:
Timestamp:
05/26/2025 11:18:03 AM (13 months ago)
Author:
johnbillion
Message:

Docs: Switch some @internal tags to the inline format so the corresponding function or method is not treated by IDEs and static scanning tools as internal use only.

See #63166

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-load.php

    r57877 r60249  
    130130 * Retrieves the closest matching network for a domain and path.
    131131 *
     132 * {@internal In 4.4.0, converted to a wrapper for WP_Network::get_by_path()}
     133 *
    132134 * @since 3.9.0
    133  *
    134  * @internal In 4.4.0, converted to a wrapper for WP_Network::get_by_path()
    135135 *
    136136 * @param string   $domain   Domain to check.
     
    553553 * Retrieves an object containing information about the requested network.
    554554 *
     555 * {@internal In 4.6.0, converted to use get_network()}
     556 *
    555557 * @since 3.9.0
    556558 * @deprecated 4.7.0 Use get_network()
    557559 * @see get_network()
    558560 *
    559  * @internal In 4.6.0, converted to use get_network()
    560  *
    561561 * @param object|int $network The network's database row or ID.
    562562 * @return WP_Network|false Object containing network information if found, false if not.
Note: See TracChangeset for help on using the changeset viewer.