Changeset 60715 for trunk/src/wp-includes/class-wp-customize-control.php
- Timestamp:
- 09/07/2025 02:45:32 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r60668 r60715 647 647 <label for="create-input-<?php echo esc_attr( $this->id ); ?>"><?php _e( 'New page title' ); ?></label> 648 648 <div class="new-content-item"> 649 <input type="text" id="create-input-<?php echo esc_attr( $this->id ); ?>" class="create-item-input ">649 <input type="text" id="create-input-<?php echo esc_attr( $this->id ); ?>" class="create-item-input form-required"> 650 650 <button type="button" class="button add-content"><?php _e( 'Add' ); ?></button> 651 651 </div> 652 <span id="create-input-<?php echo esc_attr( $this->id ); ?>-error" class="create-item-error error-message" style="display: none;"><?php _e( 'Please enter a page title' ); ?></span> 653 652 654 </div> 653 655 <?php endif; ?>
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)