equal
deleted
inserted
replaced
12 (function($) { |
12 (function($) { |
13 var $document = $( document ), |
13 var $document = $( document ), |
14 __ = wp.i18n.__; |
14 __ = wp.i18n.__; |
15 |
15 |
16 /** |
16 /** |
17 * This object contains all function to handle the behaviour of the post boxes. The post boxes are the boxes you see |
17 * This object contains all function to handle the behavior of the post boxes. The post boxes are the boxes you see |
18 * around the content on the edit page. |
18 * around the content on the edit page. |
19 * |
19 * |
20 * @since 2.7.0 |
20 * @since 2.7.0 |
21 * |
21 * |
22 * @namespace postboxes |
22 * @namespace postboxes |
345 } |
345 } |
346 }); |
346 }); |
347 }, |
347 }, |
348 |
348 |
349 /** |
349 /** |
350 * Initializes all the postboxes, mainly their sortable behaviour. |
350 * Initializes all the postboxes, mainly their sortable behavior. |
351 * |
351 * |
352 * @since 2.7.0 |
352 * @since 2.7.0 |
353 * |
353 * |
354 * @memberof postboxes |
354 * @memberof postboxes |
355 * |
355 * |