Make WordPress Core

Changeset 41220


Ignore:
Timestamp:
08/03/2017 03:45:14 PM (7 years ago)
Author:
johnbillion
Message:

General: Fix a typo introduced in [41219].

See #38462

File:
1 edited

Legend:

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

    r41219 r41220  
    480480         * @param array    $actions An array of action links.
    481481         * @param WP_Theme $theme   The current WP_Theme object.
    482          * @param string   $context Status of the theme, one of all', 'enabled', or 'disabled'.
     482         * @param string   $context Status of the theme, one of 'all', 'enabled', or 'disabled'.
    483483         */
    484484        $actions = apply_filters( 'theme_action_links', array_filter( $actions ), $theme, $context );
     
    496496         * @param array    $actions An array of action links.
    497497         * @param WP_Theme $theme   The current WP_Theme object.
    498          * @param string   $context Status of the theme, one of all', 'enabled', or 'disabled'.
     498         * @param string   $context Status of the theme, one of 'all', 'enabled', or 'disabled'.
    499499         */
    500500        $actions = apply_filters( "theme_action_links_{$stylesheet}", $actions, $theme, $context );
Note: See TracChangeset for help on using the changeset viewer.