Make WordPress Core

Changeset 61599


Ignore:
Timestamp:
02/08/2026 05:22:29 PM (3 months ago)
Author:
SergeyBiryukov
Message:

Docs: Remove @return void from Abilities API DocBlocks.

Per the documentation standards, it should not be used outside of the default bundled themes.

Follow-up to [55725], [56943], [61063], [61069].

See #64224.

File:
1 edited

Legend:

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

    r61595 r61599  
    1414 *
    1515 * @since 6.9.0
    16  *
    17  * @return void
    1816 */
    1917function wp_register_core_ability_categories(): void {
     
    4139 *
    4240 * @global wpdb $wpdb WordPress database abstraction object.
    43  *
    44  * @return void
    4541 */
    4642function wp_register_core_abilities(): void {
Note: See TracChangeset for help on using the changeset viewer.