Changeset 62954 for trunk/src/wp-admin/font-library.php
- Timestamp:
- 07/31/2026 10:20:25 AM (11 days ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/font-library.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/font-library.php
r61492 r62954 29 29 30 30 // Set the page title 31 $title = _x( 'Fonts', 'Font Library admin page title' ); 31 $title = _x( 'Fonts', 'Font Library admin page title' ); 32 $js_required_message = __( 'The Fonts screen requires JavaScript. Please enable JavaScript in your browser settings to install and manage fonts.' ); 32 33 33 34 require_once ABSPATH . 'wp-admin/admin-header.php'; 35 36 ?> 37 <div class="wrap hide-if-js"> 38 <h1 class="wp-heading-inline"><?php echo esc_html( $title ); ?></h1> 39 <?php 40 wp_admin_notice( 41 $js_required_message, 42 array( 43 'type' => 'error', 44 'additional_classes' => array( 'hide-if-js' ), 45 ) 46 ); 47 ?> 48 </div> 49 <?php 34 50 35 51 // Render the Font Library page
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)