Changeset 25094
- Timestamp:
- 08/22/2013 10:00:41 PM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r25083 r25094 1257 1257 global $wp_settings_errors; 1258 1258 1259 // If $sanitize is true, manually re-run the sanitiz isation for this option1259 // If $sanitize is true, manually re-run the sanitization for this option 1260 1260 // This allows the $sanitize_callback from register_setting() to run, adding 1261 1261 // any settings errors you want to show by default. -
trunk/src/wp-admin/js/editor.js
r23790 r25094 95 95 content = content.replace(/(<p [^>]+>.*?)<\/p>/g, '$1</p#>'); 96 96 97 // Sepa tate <div> containing <p>97 // Separate <div> containing <p> 98 98 content = content.replace(/<div( [^>]*)?>\s*<p>/gi, '<div$1>\n\n'); 99 99 -
trunk/src/wp-content/themes/twentyfourteen/js/theme.js
r25065 r25094 48 48 } ); 49 49 50 // DOM man upilations for mobile header50 // DOM manipulations for mobile header 51 51 function mobileHeader() { 52 52 // Check if the toggler exists. If not add it.
Note: See TracChangeset
for help on using the changeset viewer.