Changeset 35796
- Timestamp:
- 12/06/2015 09:49:43 PM (9 years ago)
- Location:
- trunk/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r35698 r35796 1177 1177 1178 1178 /** 1179 * Get a list of CSS classes for the list table ta ble tag.1179 * Get a list of CSS classes for the list table tag. 1180 1180 * 1181 1181 * @since 3.1.0 -
trunk/src/wp-admin/includes/file.php
r35749 r35796 185 185 * Make sure that the file that was requested to edit, is allowed to be edited 186 186 * 187 * Function will die if ifyou are not allowed to edit the file187 * Function will die if you are not allowed to edit the file 188 188 * 189 189 * @since 1.5.0 -
trunk/src/wp-includes/date.php
r34989 r35796 854 854 * You can pass an array of values (year, month, etc.) with missing parameter values being defaulted to 855 855 * either the maximum or minimum values (controlled by the $default_to parameter). Alternatively you can 856 * pass a string that thatwill be run through strtotime().856 * pass a string that will be run through strtotime(). 857 857 * 858 858 * @since 3.7.0 -
trunk/src/wp-includes/functions.wp-scripts.php
r32728 r35796 264 264 * @param string $list Optional. Status of the script to check. Default 'enqueued'. 265 265 * Accepts 'enqueued', 'registered', 'queue', 'to_do', and 'done'. 266 * @return bool Whether the script scriptis queued.266 * @return bool Whether the script is queued. 267 267 */ 268 268 function wp_script_is( $handle, $list = 'enqueued' ) { -
trunk/src/wp-includes/theme.php
r35738 r35796 724 724 /* 725 725 * Since retrieve_widgets() is called when initializing a theme in the Customizer, 726 * we need to toremove the theme mods to avoid overwriting changes made via726 * we need to remove the theme mods to avoid overwriting changes made via 727 727 * the Customizer when accessing wp-admin/widgets.php. 728 728 */
Note: See TracChangeset
for help on using the changeset viewer.