Changeset 42171 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 11/13/2017 09:18:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r42122 r42171 4126 4126 </script> 4127 4127 4128 <script type="text/html" id="tmpl-customize-code-editor-lint-error-notification"> 4129 <li class="notice notice-{{ data.type || 'info' }} {{ data.alt ? 'notice-alt' : '' }} {{ data.dismissible ? 'is-dismissible' : '' }} {{ data.containerClasses || '' }}" data-code="{{ data.code }}" data-type="{{ data.type }}"> 4130 <div class="notification-message">{{{ data.message || data.code }}}</div> 4131 4132 <p> 4133 <# var elementId = 'el-' + String( Math.random() ); #> 4134 <input id="{{ elementId }}" type="checkbox"> 4135 <label for="{{ elementId }}"><?php _e( 'Update anyway, even though it might break your site?' ); ?></label> 4136 </p> 4137 </li> 4138 </script> 4139 4128 4140 <?php 4129 4141 /* The following template is obsolete in core but retained for plugins. */
Note: See TracChangeset
for help on using the changeset viewer.