Ticket #30799: 30799.diff
File 30799.diff, 2.9 KB (added by , 10 years ago) |
---|
-
src/wp-admin/includes/file.php
925 925 } 926 926 927 927 if ( $wp_file_owner !== false && $wp_file_owner === $temp_file_owner ) { 928 // WordPress is creating files as the same owner as the WordPress files, 928 // WordPress is creating files as the same owner as the WordPress files, 929 929 // this means it's safe to modify & create new files via PHP. 930 930 $method = 'direct'; 931 931 $GLOBALS['_wp_filesystem_direct_method'] = 'file_owner'; -
src/wp-admin/includes/meta-boxes.php
755 755 * include 'meta-box' or 'quick-edit'. 756 756 */ 757 757 $default_title = apply_filters( 'default_page_template_title', __( 'Default Template' ), 'meta-box' ); 758 ?> 758 ?> 759 759 <option value="default"><?php echo esc_html( $default_title ); ?></option> 760 760 <?php page_template_dropdown($template); ?> 761 761 </select> -
src/wp-admin/theme-install.php
245 245 <# } else { #> 246 246 <div class="rating"> 247 247 <small class="ratings"><?php _e( 'This theme has not been rated yet.' ); ?></small> 248 </div> 248 </div> 249 249 <# } #> 250 250 <div class="theme-version"><?php printf( __( 'Version: %s' ), '{{ data.version }}' ); ?></div> 251 251 <div class="theme-description">{{{ data.description }}}</div> -
src/wp-includes/class-wp-customize-manager.php
672 672 673 673 /** 674 674 * Filter response data for a successful customize_save Ajax request. 675 * 675 * 676 676 * This filter does not apply if there was a nonce or authentication failure. 677 677 * 678 678 * @since 4.2.0 -
src/wp-includes/locale.php
88 88 * @var array 89 89 */ 90 90 var $number_format; 91 91 92 92 /** 93 93 * Sets up the translated strings and object properties. 94 94 * -
src/wp-includes/widgets.php
166 166 167 167 /** 168 168 * PHP4 constructor 169 * 169 * 170 170 * @param string $id_base 171 171 * @param string $name 172 172 * @param array $widget_options