Make WordPress Core

Changeset 61483


Ignore:
Timestamp:
01/14/2026 08:23:47 PM (5 weeks ago)
Author:
westonruter
Message:

Docs: Fix grammatical error in docs for WP_Ability::prepare_properties().

Follow-up to [61032].

Props hbhalodia.
See #64098.
Fixes #64503.

File:
1 edited

Legend:

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

    r61390 r61483  
    194194     *
    195195     * Errors are thrown as exceptions instead of WP_Errors to allow for simpler handling and overloading. They are then
    196      * caught and converted to a WP_Error when by WP_Abilities_Registry::register().
     196     * caught and converted to a WP_Error by WP_Abilities_Registry::register().
    197197     *
    198198     * @since 6.9.0
Note: See TracChangeset for help on using the changeset viewer.