Changeset 57263
- Timestamp:
- 01/10/2024 11:55:04 AM (11 months ago)
- Location:
- trunk/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php
r57108 r57263 7 7 * {@link http://kevin.vanzonneveld.net/techblog/article/make_ssh_connections_with_php/ - Installation Notes} 8 8 * 9 * Compile libssh2 (Note: Only 0.14 is offic aly working with PHP 5.2.6+ right now, But many users have found the latest versions work)9 * Compile libssh2 (Note: Only 0.14 is officially working with PHP 5.2.6+ right now, But many users have found the latest versions work) 10 10 * 11 11 * cd /usr/src -
trunk/src/wp-admin/includes/class-wp-users-list-table.php
r56665 r57263 164 164 * 165 165 * Provides a list of roles and user count for that role for easy 166 * Filtersing of the user table.166 * filtering of the user table. 167 167 * 168 168 * @since 3.1.0 -
trunk/src/wp-admin/includes/deprecated.php
r56469 r57263 1153 1153 * This was once used to kick-off the Core Updater. 1154 1154 * 1155 * Deprecated in favor of instant ating a Core_Upgrader instance directly,1155 * Deprecated in favor of instantiating a Core_Upgrader instance directly, 1156 1156 * and calling the 'upgrade' method. 1157 1157 * … … 1175 1175 * This was once used to kick-off the Plugin Updater. 1176 1176 * 1177 * Deprecated in favor of instant ating a Plugin_Upgrader instance directly,1177 * Deprecated in favor of instantiating a Plugin_Upgrader instance directly, 1178 1178 * and calling the 'upgrade' method. 1179 1179 * Unused since 2.8.0. -
trunk/src/wp-includes/formatting.php
r56695 r57263 3507 3507 $stop = count( $textarr ); // Loop stuff. 3508 3508 3509 // Ignore pro essing of specific tags.3509 // Ignore processing of specific tags. 3510 3510 $tags_to_ignore = 'code|pre|style|script|textarea'; 3511 3511 $ignore_block_element = ''; -
trunk/src/wp-includes/media.php
r57121 r57263 4134 4134 ) { 4135 4135 /* 4136 * This implementation supports the i mput type but not the output type.4136 * This implementation supports the input type but not the output type. 4137 4137 * Keep looking to see if we can find an implementation that supports both. 4138 4138 */
Note: See TracChangeset
for help on using the changeset viewer.