Make WordPress Core

Changeset 37961


Ignore:
Timestamp:
07/04/2016 10:44:10 PM (8 years ago)
Author:
swissspidy
Message:

Docs: Fix a typo across some function and hook docs.

s/filterss/filters.

See #32246.

Location:
trunk/src/wp-admin/includes
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-plugins-list-table.php

    r37714 r37961  
    7979
    8080        /**
    81          * Filterss the full array of plugins to list in the Plugins list table.
     81         * Filters the full array of plugins to list in the Plugins list table.
    8282         *
    8383         * @since 3.0.0
  • trunk/src/wp-admin/includes/media.php

    r37914 r37961  
    11321132
    11331133/**
    1134  * Filterss input from media_upload_form_handler() and assigns a default
     1134 * Filters input from media_upload_form_handler() and assigns a default
    11351135 * post_title from the file name if none supplied.
    11361136 *
  • trunk/src/wp-admin/includes/theme.php

    r37947 r37961  
    313313 *
    314314 * It is possible for a theme to override the Themes API result with three
    315  * Filterss. Assume this is for themes, which can extend on the Theme Info to
     315 * filters. Assume this is for themes, which can extend on the Theme Info to
    316316 * offer more choices. This is very powerful and must be used with care, when
    317317 * overriding the filters.
  • trunk/src/wp-admin/includes/upgrade.php

    r37921 r37961  
    20672067
    20682068/**
    2069  * Filterss for content to remove unnecessary slashes.
     2069 * Filters for content to remove unnecessary slashes.
    20702070 *
    20712071 * @since 1.5.0
Note: See TracChangeset for help on using the changeset viewer.