Changeset 31077
- Timestamp:
- 01/08/2015 05:02:05 AM (10 years ago)
- Location:
- trunk/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r30860 r31077 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'; -
trunk/src/wp-admin/includes/meta-boxes.php
r30601 r31077 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); ?> -
trunk/src/wp-admin/theme-install.php
r31072 r31077 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> -
trunk/src/wp-includes/class-wp-customize-manager.php
r31069 r31077 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 * -
trunk/src/wp-includes/locale.php
r30183 r31077 89 89 */ 90 90 var $number_format; 91 91 92 92 /** 93 93 * Sets up the translated strings and object properties. -
trunk/src/wp-includes/widgets.php
r30779 r31077 167 167 /** 168 168 * PHP4 constructor 169 * 169 * 170 170 * @param string $id_base 171 171 * @param string $name
Note: See TracChangeset
for help on using the changeset viewer.