Changeset 39740
- Timestamp:
- 01/06/2017 02:38:11 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/image-edit.js
r39493 r39740 3 3 * @summary The functions necessary for editing images. 4 4 * 5 * @since 2. 8.55 * @since 2.9.0 6 6 */ 7 7 … … 23 23 * 24 24 * @memberof imageEdit 25 * @since 2. 8.525 * @since 2.9.0 26 26 * 27 27 * @param {number} f The float value that should be converted. … … 42 42 * 43 43 * @memberof imageEdit 44 * @since 2.9 44 * @since 2.9.0 45 45 * 46 46 * @param {jQuery} el The element that should be modified. … … 71 71 * 72 72 * @memberof imageEdit 73 * @since 2.9 73 * @since 2.9.0 74 74 * 75 75 * @param {number} postid The post id. … … 114 114 * 115 115 * @memberof imageEdit 116 * @since 2.9 116 * @since 2.9.0 117 117 * 118 118 * @param {number} postid The post id. … … 135 135 * 136 136 * @memberof imageEdit 137 * @since 2.9 137 * @since 2.9.0 138 138 * 139 139 * @param {HTMLElement} el The element to create the help window in. … … 157 157 * 158 158 * @memberof imageEdit 159 * @since 2.9 159 * @since 2.9.0 160 160 * 161 161 * @param {number} postid The post id. … … 174 174 * 175 175 * @memberof imageEdit 176 * @since 2.9 176 * @since 2.9.0 177 177 * 178 178 * @param {number} postid The current post id. … … 210 210 * 211 211 * @memberof imageEdit 212 * @since 2.9 212 * @since 2.9.0 213 213 * 214 214 * @param {number} postid The post id. … … 237 237 * 238 238 * @memberof imageEdit 239 * @since 2.9 239 * @since 2.9.0 240 240 * 241 241 * @param {number} postid The post id. … … 302 302 * 303 303 * @memberof imageEdit 304 * @since 2.9 304 * @since 2.9.0 305 305 * 306 306 * @param {number} postid The post id. … … 376 376 * 377 377 * @memberof imageEdit 378 * @since 2.9 378 * @since 2.9.0 379 379 * 380 380 * @param {number} postid The post id. … … 443 443 * 444 444 * @memberof imageEdit 445 * @since 2.9 445 * @since 2.9.0 446 446 * 447 447 * @param {number} postid The post id to get the image from the database. … … 508 508 * 509 509 * @memberof imageEdit 510 * @since 2.9 510 * @since 2.9.0 511 511 * 512 512 * @param {number} postid The post id for the image. … … 565 565 * 566 566 * @memberof imageEdit 567 * @since 2.9 567 * @since 2.9.0 568 568 * 569 569 * @param {number} postid The post id. … … 585 585 * 586 586 * @memberof imageEdit 587 * @since 2.9 587 * @since 2.9.0 588 588 * 589 589 * @param {number} postid The post id. … … 678 678 * 679 679 * @memberof imageEdit 680 * @since 2.9 680 * @since 2.9.0 681 681 * 682 682 * @param {number} postid The post id. … … 709 709 * 710 710 * @memberof imageEdit 711 * @since 2.9 711 * @since 2.9.0 712 712 * 713 713 * @param {number} postid The post id. … … 750 750 * 751 751 * @memberof imageEdit 752 * @since 2.9 752 * @since 2.9.0 753 753 * 754 754 * @param {number} postid The post id. … … 774 774 * 775 775 * @memberof imageEdit 776 * @since 2.9 776 * @since 2.9.0 777 777 * 778 778 * @param {object} op The original position. … … 807 807 * 808 808 * @memberof imageEdit 809 * @since 2.9 809 * @since 2.9.0 810 810 * 811 811 * @param {string} angle The angle the image is rotated with. … … 828 828 * 829 829 * @memberof imageEdit 830 * @since 2.9 830 * @since 2.9.0 831 831 * 832 832 * @param {number} axis The axle the image is flipped on. … … 849 849 * 850 850 * @memberof imageEdit 851 * @since 2.9 851 * @since 2.9.0 852 852 * 853 853 * @param {number} postid The post id. … … 878 878 * 879 879 * @memberof imageEdit 880 * @since 2.9 880 * @since 2.9.0 881 881 * 882 882 * @param {number} postid The post id. … … 911 911 * 912 912 * @memberof imageEdit 913 * @since 2.9 913 * @since 2.9.0 914 914 * 915 915 * @param {number} postid The post id. … … 941 941 * 942 942 * @memberof imageEdit 943 * @since 2.9 943 * @since 2.9.0 944 944 * 945 945 * @param {number} postid The post id. … … 998 998 * 999 999 * @memberof imageEdit 1000 * @since 2.9 1000 * @since 2.9.0 1001 1001 * 1002 1002 * @param {number} num The number. … … 1027 1027 * 1028 1028 * @memberof imageEdit 1029 * @since 2.9 1029 * @since 2.9.0 1030 1030 * 1031 1031 * @param {number} postid The post id.
Note: See TracChangeset
for help on using the changeset viewer.