Make WordPress Core

Changeset 43385


Ignore:
Timestamp:
07/02/2018 05:58:00 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing backtick in delete_metadata() DocBlock.

Props dilipbheda, cliffpaulick.
Fixes #44433.

File:
1 edited

Legend:

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

    r43378 r43385  
    315315 * @param mixed  $meta_value Optional. Metadata value. Must be serializable if non-scalar. If specified, only delete
    316316 *                           metadata entries with this value. Otherwise, delete all entries with the specified meta_key.
    317  *                           Pass `null, `false`, or an empty string to skip this check. (For backward compatibility,
     317 *                           Pass `null`, `false`, or an empty string to skip this check. (For backward compatibility,
    318318 *                           it is not possible to pass an empty string to delete those entries with an empty string
    319319 *                           for a value.)
Note: See TracChangeset for help on using the changeset viewer.