Make WordPress Core

Changeset 43112


Ignore:
Timestamp:
05/02/2018 03:51:15 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Fix typo in 'wp_get_default_privacy_policy_content' filter.

Props claudiu.
Merges [42985] to the 4.9 branch.
See #43620.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-admin/includes/misc.php

    r43101 r43112  
    15751575         * @param $content string The defauld policy content.
    15761576         */
    1577         return apply_filters( 'wp_get_default_privcy_policy_content', $content );
     1577        return apply_filters( 'wp_get_default_privacy_policy_content', $content );
    15781578    }
    15791579
Note: See TracChangeset for help on using the changeset viewer.