Changeset 55918
- Timestamp:
- 06/14/2023 02:09:23 PM (20 months ago)
- Location:
- trunk/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-comments-post.php
r52087 r55918 44 44 45 45 /** 46 * Perform other actions whencomment cookies are set.46 * Fires after comment cookies are set. 47 47 * 48 48 * @since 3.4.0 -
trunk/src/wp-login.php
r55703 r55918 24 24 25 25 /** 26 * Output the login page header.26 * Outputs the login page header. 27 27 * 28 28 * @since 2.1.0 … … 108 108 109 109 /** 110 * Enqueue scripts and styles for the login page.110 * Enqueues scripts and styles for the login page. 111 111 * 112 112 * @since 3.1.0 … … 295 295 ); 296 296 /** 297 * Filter the "Go to site" link displayed in the login page footer.297 * Filters the "Go to site" link displayed in the login page footer. 298 298 * 299 299 * @since 5.7.0 -
trunk/src/wp-signup.php
r55902 r55918 400 400 <?php 401 401 /** 402 * Hidden sign-up form fields output when creating another site or user.402 * Fires when hidden sign-up form fields output when creating another site or user. 403 403 * 404 404 * @since MU (3.0.0) -
trunk/src/xmlrpc.php
r55901 r55918 47 47 <?php 48 48 /** 49 * Adds additionalAPIs to the Really Simple Discovery (RSD) endpoint.49 * Fires when adding APIs to the Really Simple Discovery (RSD) endpoint. 50 50 * 51 51 * @link https://cyber.harvard.edu/blogs/gems/tech/rsd.html
Note: See TracChangeset
for help on using the changeset viewer.