Changeset 37488 for trunk/src/wp-admin/includes/class-wp-press-this.php
- Timestamp:
- 05/22/2016 06:00:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-press-this.php
r37361 r37488 43 43 return array( 44 44 /** 45 * Filter whether or not Press This should redirect the user in the parent window upon save.45 * Filters whether or not Press This should redirect the user in the parent window upon save. 46 46 * 47 47 * @since 4.2.0 … … 135 135 136 136 /** 137 * Filter the post data of a Press This post before saving/updating, after137 * Filters the post data of a Press This post before saving/updating, after 138 138 * side_load_images action had run. 139 139 * … … 169 169 170 170 /** 171 * Filter the URL to redirect to when Press This saves.171 * Filters the URL to redirect to when Press This saves. 172 172 * 173 173 * @since 4.2.0 … … 691 691 692 692 /** 693 * Filter whether to enable in-source media discovery in Press This.693 * Filters whether to enable in-source media discovery in Press This. 694 694 * 695 695 * @since 4.2.0 … … 766 766 767 767 /** 768 * Filter the Press This data array.768 * Filters the Press This data array. 769 769 * 770 770 * @since 4.2.0 … … 1143 1143 1144 1144 /** 1145 * Filter the default HTML tags used in the suggested content for the editor.1145 * Filters the default HTML tags used in the suggested content for the editor. 1146 1146 * 1147 1147 * The HTML strings use printf format. After filtering the content is added at the specified places with `sprintf()`.
Note: See TracChangeset
for help on using the changeset viewer.