Changeset 49787
- Timestamp:
- 12/10/2020 11:25:26 PM (5 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 4 edited
-
block-supports/generated-classname.php (modified) (3 diffs)
-
class-wp-application-passwords.php (modified) (3 diffs)
-
rest-api/class-wp-rest-server.php (modified) (1 diff)
-
rest-api/search/class-wp-rest-term-search-handler.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/generated-classname.php
r49580 r49787 8 8 /** 9 9 * Get the generated classname from a given block name. 10 * 11 * @since 5.6.0 10 12 * 11 13 * @access private … … 26 28 * Filters the default block className for server rendered blocks. 27 29 * 30 * @since 5.6.0 31 * 28 32 * @param string $class_name The current applied classname. 29 33 * @param string $block_name The block name. … … 36 40 /** 37 41 * Add the generated classnames to the output. 42 * 43 * @since 5.6.0 38 44 * 39 45 * @access private -
trunk/src/wp-includes/class-wp-application-passwords.php
r49764 r49787 19 19 * @since 5.6.0 20 20 * 21 * @ typestring21 * @var string 22 22 */ 23 23 const USERMETA_KEY_APPLICATION_PASSWORDS = '_application_passwords'; … … 28 28 * @since 5.6.0 29 29 * 30 * @ typestring30 * @var string 31 31 */ 32 32 const OPTION_KEY_IN_USE = 'using_application_passwords'; … … 37 37 * @since 5.6.0 38 38 * 39 * @ typeint39 * @var int 40 40 */ 41 41 const PW_LENGTH = 24; -
trunk/src/wp-includes/rest-api/class-wp-rest-server.php
r49785 r49787 1440 1440 * Filters the maximum number of requests that can be included in a batch. 1441 1441 * 1442 * @since 5.6.0 1443 * 1442 1444 * @param int $max_size The maximum size. 1443 1445 */ -
trunk/src/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php
r49103 r49787 70 70 * 71 71 * Enables adding extra arguments or setting defaults for a term search request. 72 * 73 * @since 5.6.0 72 74 * 73 75 * @param array $query_args Key value array of query var to query value.
Note: See TracChangeset
for help on using the changeset viewer.