Changeset 55044
- Timestamp:
- 01/10/2023 09:28:17 AM (21 months ago)
- Location:
- trunk/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/admin/postbox.js
r50420 r55044 15 15 16 16 /** 17 * This object contains all function to handle the behavio ur of the post boxes. The post boxes are the boxes you see17 * This object contains all function to handle the behavior of the post boxes. The post boxes are the boxes you see 18 18 * around the content on the edit page. 19 19 * … … 348 348 349 349 /** 350 * Initializes all the postboxes, mainly their sortable behavio ur.350 * Initializes all the postboxes, mainly their sortable behavior. 351 351 * 352 352 * @since 2.7.0 -
trunk/src/js/_enqueues/lib/comment-reply.js
r49187 r55044 60 60 */ 61 61 function ready() { 62 // Initiali se the events.62 // Initialize the events. 63 63 init(); 64 64 -
trunk/src/js/_enqueues/lib/image-edit.js
r51907 r55044 12 12 13 13 /** 14 * Contains all the methods to initiali se and control the image editor.14 * Contains all the methods to initialize and control the image editor. 15 15 * 16 16 * @namespace imageEdit … … 637 637 spin.removeClass( 'is-active' ); 638 638 } ); 639 // Initiali se the Image Editor now that everything is ready.639 // Initialize the Image Editor now that everything is ready. 640 640 imageEdit.init( postid ); 641 641 } ); -
trunk/src/js/_enqueues/wp/api.js
r49390 r55044 8 8 9 9 /** 10 * Initiali se the WP_API.10 * Initialize the WP_API. 11 11 */ 12 12 function WP_API() { -
trunk/src/wp-includes/pluggable.php
r55030 r55044 1239 1239 * 1240 1240 * This function ensures the user intends to perform a given action, which helps protect against clickjacking style 1241 * attacks. It verifies intent, not authori sation, therefore it does not verify the user's capabilities. This should1241 * attacks. It verifies intent, not authorization, therefore it does not verify the user's capabilities. This should 1242 1242 * be performed with `current_user_can()` or similar. 1243 1243 *
Note: See TracChangeset
for help on using the changeset viewer.