Make WordPress Core

Changeset 56084


Ignore:
Timestamp:
06/28/2023 03:56:48 AM (15 months ago)
Author:
isabel_brison
Message:

Editor: update function name in test comment.

Renames gutenberg_apply_typography_support to wp_apply_typography_support in typography test comment.

Props kebbet, oglekler, ramonopoly.
See #58522.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/block-supports/typography.php

    r55947 r56084  
    922922     *     @type int    $scale_factor           A scale factor to determine how fast a font scales within boundaries.
    923923     * }
    924      * @param string $expected_output             Expected value of style property from gutenberg_apply_typography_support().
     924     * @param string $expected_output             Expected value of style property from wp_apply_typography_support().
    925925     */
    926926    public function test_wp_get_computed_fluid_typography_value( $args, $expected_output ) {
Note: See TracChangeset for help on using the changeset viewer.