Make WordPress Core


Ignore:
Timestamp:
10/11/2022 03:36:04 PM (3 years ago)
Author:
davidbaumwald
Message:

Editor: Change gutenberg_get_typography_font_size_value() calls to wp_get_typography_font_size_value().

Merged Gutenberg functions should be prefixed with wp_.

Follow-up to [54483].

Props spacedmonkey.
See #56467.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/page-list.php

    r54483 r54486  
    122122        $font_sizes['inline_styles'] = sprintf(
    123123            'font-size: %s;',
    124             gutenberg_get_typography_font_size_value(
     124            wp_get_typography_font_size_value(
    125125                array(
    126126                    'size' => $context['style']['typography']['fontSize'],
Note: See TracChangeset for help on using the changeset viewer.