Changeset 32116 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 04/12/2015 09:28:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r31679 r32116 55 55 * @since 1.0.1 56 56 * @deprecated 1.5.0 57 * @deprecated Use The Loop - {@link http ://codex.wordpress.org/The_Loop Use new WordPress Loop}57 * @deprecated Use The Loop - {@link https://codex.wordpress.org/The_Loop Use new WordPress Loop} 58 58 */ 59 59 function start_wp() { … … 1311 1311 * @deprecated 4.0.0 Use get_terms() instead. 1312 1312 * @see get_terms() 1313 * @link http ://codex.wordpress.org/Function_Reference/get_all_category_ids1313 * @link https://codex.wordpress.org/Function_Reference/get_all_category_ids 1314 1314 * 1315 1315 * @return object List of all of the category IDs.
Note: See TracChangeset
for help on using the changeset viewer.