Changeset 38893
- Timestamp:
- 10/25/2016 12:37:50 AM (8 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r38880 r38893 2923 2923 position: static; 2924 2924 margin: 0; 2925 padding-bottom: 70px; /* reset from the two column height fix, plus accom odate footer */2925 padding-bottom: 70px; /* reset from the two column height fix, plus accommodate footer */ 2926 2926 } 2927 2927 -
trunk/src/wp-admin/includes/export.php
r38254 r38893 354 354 355 355 /** 356 * Ou put all navigation menu terms356 * Output all navigation menu terms 357 357 * 358 358 * @since 3.1.0 -
trunk/src/wp-admin/includes/misc.php
r38024 r38893 134 134 } 135 135 136 // Split out the existing file into the prece eding lines, and those that appear after the marker136 // Split out the existing file into the preceding lines, and those that appear after the marker 137 137 $pre_lines = $post_lines = $existing_lines = array(); 138 138 $found_marker = $found_end_marker = false; -
trunk/src/wp-admin/includes/upgrade.php
r38814 r38893 2822 2822 if ( $wp_current_db_version < 25448 && is_multisite() && wp_should_upgrade_global_tables() ) { 2823 2823 2824 // Upgrade ver ions prior to 3.72824 // Upgrade versions prior to 3.7 2825 2825 if ( $wp_current_db_version < 25179 ) { 2826 2826 // New primary key for signups. -
trunk/src/wp-admin/js/editor-expand.js
r38426 r38893 319 319 } 320 320 321 // TinyMCE still in tializing.321 // TinyMCE still initializing. 322 322 if ( ! visual && ! $top.length ) { 323 323 return; -
trunk/src/wp-admin/js/post.js
r38803 r38893 141 141 * Handle server response 142 142 * 143 * @param {string} str Response, will be '0' when an error occur ed otherwise contains link to add Featured Image.143 * @param {string} str Response, will be '0' when an error occurred otherwise contains link to add Featured Image. 144 144 */ 145 145 function(str){
Note: See TracChangeset
for help on using the changeset viewer.