Make WordPress Core

Changeset 42985


Ignore:
Timestamp:
04/17/2018 09:08:38 PM (6 years ago)
Author:
azaozz
Message:

Fix typo in 'wp_get_default_privacy_policy_content' filter.

Props claudiu.
See #43620.

File:
1 edited

Legend:

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

    r42980 r42985  
    16241624         * @param $content string The defauld policy content.
    16251625         */
    1626         return apply_filters( 'wp_get_default_privcy_policy_content', $content );
     1626        return apply_filters( 'wp_get_default_privacy_policy_content', $content );
    16271627    }
    16281628
Note: See TracChangeset for help on using the changeset viewer.