Changeset 46623
- Timestamp:
- 10/31/2019 05:49:12 PM (5 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/wp/customize/controls.js
r44583 r46623 1153 1153 * @since 4.1.0 1154 1154 * 1155 * @param s{Boolean} active1156 * @param {Object} 1155 * @param {Boolean} active 1156 * @param {Object} [params] 1157 1157 * @returns {Boolean} false if state already applied 1158 1158 */ -
trunk/src/wp-admin/includes/post.php
r46596 r46623 2429 2429 * @since 5.0.0 2430 2430 * 2431 * @param sWP_Post $post The post that is being edited.2431 * @param WP_Post $post The post that is being edited. 2432 2432 */ 2433 2433 do_action( 'block_editor_meta_box_hidden_fields', $post );
Note: See TracChangeset
for help on using the changeset viewer.